From 45c574233d73c8d691ca944a80c4d3fa7aa540fc Mon Sep 17 00:00:00 2001 From: fatmeat Date: Sun, 11 May 2025 19:39:49 +0200 Subject: [PATCH] asdf --- i3/config | 2 +- rofi/themes/ayu-retro.rasi | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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;