i3: make rofi run with -drun

This commit is contained in:
2024-11-19 20:17:50 +02:00
parent 8e916634f5
commit 6c4159d112

View File

@ -6,7 +6,6 @@ set $calculator "rofi -show calc"
set $calendar "$terminal -e nvim +Agenda"
set $feed_reader "$terminal -e newsboat"
set $file_manager thunar
set $launcher "rofi -show run"
set $music_player "kitty -e ncmpcpp"
set $screen_locker "i3lock -c 000000"
@ -79,7 +78,8 @@ bindsym $mod+Control+q floating toggle
#
bindsym $mod+Return exec $terminal
bindsym $mod+space exec --no-startup-id $launcher
bindsym $mod+space exec --no-startup-id "rofi -show drun"
bindsym $mod+Control+space exec --no-startup-id "rofi -show run"
bindsym $mod+grave exec flameshot gui
bindsym $mod+1 exec $file_manager