From 6c4159d112bfcf4a6926df96749492b0321a44ef Mon Sep 17 00:00:00 2001 From: omri Date: Tue, 19 Nov 2024 20:17:50 +0200 Subject: [PATCH] i3: make rofi run with -drun --- .config/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 90fde61..2910e93 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -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