Added window switcher and calc to rofi

This commit is contained in:
termite 2025-05-08 15:53:05 -07:00
parent a5b34e584f
commit c922f01b01
3 changed files with 5 additions and 3 deletions

View file

@ -70,8 +70,10 @@ bindsym $mod+Shift+q kill
bindsym $mod+Shift+x exec xkill
# start dmenu (a program launcher)
bindsym $mod+d exec --no-startup-id rofi -show run
bindsym $mod+d exec --no-startup-id rofi -show drun
bindsym $mod+c exec --no-startup-id rofi -show calc -modi calc -no-show-match -no-sort
bindsym $mod+Tab exec --no-startup-id rofi -show window
# A more modern dmenu replacement is rofi:
# bindcode $mod+40 exec "rofi -modi drun,run -show drun"
# There also is i3-dmenu-desktop which only displays applications shipping a

View file

@ -25,5 +25,5 @@ tumbler
thunar-arhive-plugin
libqalculate
rofi
qlac
libqalculate
rofi-calc

2
rofi
View file

@ -171,7 +171,7 @@ configuration {
lightbg: rgba ( 255, 255, 255, 100 % );
selected-active-foreground: rgba ( 2, 20, 63, 100 % );
alternate-active-background: rgba ( 0, 0, 0, 0 % );
background: rgba ( 0, 0, 33, 20 % );
background: rgba ( 0, 0, 33, 30 % );
bordercolor: rgba ( 255, 255, 255, 100 % );
alternate-normal-foreground: @foreground;
normal-background: rgba ( 0, 0, 208, 0 % );