Update

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2024-10-25 00:37:58 +0200
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2024-10-25 00:37:58 +0200
Commit 39beea7290af113a4032e20b713c0650ce0eda55 (patch)
-rw-r--r-- i3config 2
1 files changed, 1 insertions, 1 deletions
diff --git a/i3config b/i3config
...
52
bindsym $mod+Shift+q kill
52
bindsym $mod+Shift+q kill
53
  
53
  
54
# start dmenu (a program launcher)
54
# start dmenu (a program launcher)
55
bindsym $mod+d exec --no-startup-id "dmenu_run -nf '#BBBBBB' -nb '#222222' -sb '#005577' -sf '#EEEEEE' -fn 'monospace-10'"
55
bindsym $mod+d exec --no-startup-id "dmenu_run -nf '#BBBBBB' -nb '#222222' -sb '#005577' -sf '#EEEEEE' -fn 'BerkeleyMono-10'"
56
# A more modern dmenu replacement is rofi:
56
# A more modern dmenu replacement is rofi:
57
# bindcode $mod+40 exec "rofi -modi drun,run -show drun"
57
# bindcode $mod+40 exec "rofi -modi drun,run -show drun"
58
# There also is i3-dmenu-desktop which only displays applications shipping a
58
# There also is i3-dmenu-desktop which only displays applications shipping a
...