This commit is contained in:
fatmeat 2025-05-11 19:39:49 +02:00
parent 8305f546d9
commit 45c574233d
2 changed files with 6 additions and 1 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 -p "/" bindsym $mod+d exec --no-startup-id "rofi -show drun"
# change focus # change focus
bindsym $mod+j focus left bindsym $mod+j focus left

View File

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