diff --git a/i3/config b/i3/config index 084b7d8..d5c6581 100644 --- a/i3/config +++ b/i3/config @@ -13,7 +13,7 @@ tiling_drag modifier #exec base bindsym $mod+Return exec kitty bindsym $mod+Shift+q kill -bindsym $mod+d exec --no-startup-id ~/.config/rofi/powermenu.sh +bindsym $mod+d exec --no-startup-id ~/.config/rofi/launch.sh # change focus bindsym $mod+j focus left diff --git a/rofi/launch.sh b/rofi/launch.sh index 9a58659..54bedce 100644 --- a/rofi/launch.sh +++ b/rofi/launch.sh @@ -1 +1 @@ -rofi -show drun -p ":> " -theme "ayu-retro" +rofi -show drun -p ":> /" -theme "ayu-retro"