rofi + theme

This commit is contained in:
2023-09-21 13:02:39 +02:00
parent eb8d4546f7
commit 289908de6f
2 changed files with 152 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ bindsym $mod+Return exec i3-sensible-terminal
bindsym $mod+Shift+q kill
# start dmenu (a program launcher)
bindsym $mod+d exec --no-startup-id dmenu_run
bindsym $mod+d exec --no-startup-id "rofi -theme nord -combi-modi window,drun,ssh -font 'pango:monospace 18' -show combi"
# 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
@@ -103,10 +103,10 @@ bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right
# split in horizontal orientation
bindsym $mod+h split h
bindsym $mod+v split h
# split in vertical orientation
bindsym $mod+v split v
bindsym $mod+h split v
# enter fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle