diff --git a/i3/config b/i3/config index c558baf..79b7d0b 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 rofi -show drun -p "/" +bindsym $mod+d exec --no-startup-id "rofi -show drun" # change focus bindsym $mod+j focus left diff --git a/rofi/themes/ayu-retro.rasi b/rofi/themes/ayu-retro.rasi index 3517aa8..1e24c49 100644 --- a/rofi/themes/ayu-retro.rasi +++ b/rofi/themes/ayu-retro.rasi @@ -37,6 +37,11 @@ highlight: bold #ffffff; } +prompt { + enabled: true; + text: ":> /"; +} + window { height: 10em; width: 30em;