This commit is contained in:
fatmeat 2025-05-11 19:42:45 +02:00
parent 45c574233d
commit 60f20eb5c8
3 changed files with 2 additions and 6 deletions

View File

@ -13,7 +13,7 @@ tiling_drag modifier
#exec base #exec base
bindsym $mod+Return exec kitty bindsym $mod+Return exec kitty
bindsym $mod+Shift+q kill bindsym $mod+Shift+q kill
bindsym $mod+d exec --no-startup-id "rofi -show drun" bindsym $mod+d exec --no-startup-id ~/.config/rofi/powermenu.sh
# change focus # change focus
bindsym $mod+j focus left bindsym $mod+j focus left

1
rofi/launch.sh Normal file
View File

@ -0,0 +1 @@
rofi -show drun -p ":> /" -theme "ayu-retro"

View File

@ -37,11 +37,6 @@
highlight: bold #ffffff; highlight: bold #ffffff;
} }
prompt {
enabled: true;
text: ":> /";
}
window { window {
height: 10em; height: 10em;
width: 30em; width: 30em;