From 03a6978170a76e36a904f474623713f0a125e1de Mon Sep 17 00:00:00 2001 From: JGH Date: Tue, 3 Feb 2026 21:48:29 +0000 Subject: [PATCH] Replace wofi with rofi for application launcher --- i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i3/config b/i3/config index e4b7dbc..bae5156 100644 --- a/i3/config +++ b/i3/config @@ -13,7 +13,7 @@ bindsym $mod+b exec ~/.config/MyI3Config/settings/browser.sh bindsym $mod+e exec ~/.config/MyI3Config/settings/filemanager.sh bindsym $mod+Ctrl+c exec ~/.config/MyI3Config/settings/calculator.sh -bindsym $mod+Ctrl+Return exec wofi -show drun +bindsym $mod+Ctrl+Return exec --no-startup-id rofi -show drun # ---------------------------------------- # Window management @@ -109,4 +109,4 @@ focus_follows_mouse yes # Startup # ---------------------------------------- exec --no-startup-id xsetroot -cursor_name left_ptr -exec --no-startup-id xrandr --output HDMI-1 --auto --left-of DP-2 --output DP-2 --auto \ No newline at end of file +exec --no-startup-id xrandr --output HDMI-1 --auto --left-of DP-2 --output DP-2 --auto