i3: make rofi run with -drun
This commit is contained in:
@ -6,7 +6,6 @@ set $calculator "rofi -show calc"
|
|||||||
set $calendar "$terminal -e nvim +Agenda"
|
set $calendar "$terminal -e nvim +Agenda"
|
||||||
set $feed_reader "$terminal -e newsboat"
|
set $feed_reader "$terminal -e newsboat"
|
||||||
set $file_manager thunar
|
set $file_manager thunar
|
||||||
set $launcher "rofi -show run"
|
|
||||||
set $music_player "kitty -e ncmpcpp"
|
set $music_player "kitty -e ncmpcpp"
|
||||||
set $screen_locker "i3lock -c 000000"
|
set $screen_locker "i3lock -c 000000"
|
||||||
|
|
||||||
@ -79,7 +78,8 @@ bindsym $mod+Control+q floating toggle
|
|||||||
#
|
#
|
||||||
|
|
||||||
bindsym $mod+Return exec $terminal
|
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+grave exec flameshot gui
|
||||||
bindsym $mod+1 exec $file_manager
|
bindsym $mod+1 exec $file_manager
|
||||||
|
|||||||
Reference in New Issue
Block a user