Compare commits

...

2 Commits

2 changed files with 6 additions and 1 deletions

View File

@ -60,7 +60,7 @@ bindsym $mod+Shift+a kill
# start dmenu (a program launcher)
#bindsym $mod+d exec --no-startup-id dmenu_run
bindsym $mod+d exec rofi -show drun
bindsym $mod+d exec rofi -show run
# 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

@ -0,0 +1,5 @@
{
"diagnostics.globals": [
"vim"
]
}