This commit is contained in:
fatmeat 2025-05-11 19:18:01 +02:00
parent b830488b3b
commit 5c15f3752c
2 changed files with 4 additions and 2 deletions

View File

@ -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 "╔═[ SELECT PROGRAM ]═╗"
bindsym $mod+d exec rofi -modi drun,run -show drun -p ":>" -run-shell-command 'kitty' -e tcsh -ic "{cmd} && read"
# change focus
bindsym $mod+j focus left
@ -137,6 +137,8 @@ client.focused $accent $accent $fg solid
client.unfocused $bg $bg $fg solid
client.urgent $urgent $urgent $fg solid
exec polybar
bar {
colors {
background $bg

View File

@ -2,7 +2,7 @@
options="Lock\nLogout\nShutdown\nReboot\nCancel"
chosen=$(echo -e "$options" | rofi -dmenu \
-p "╔═[ POWER MENU ]═╗" \
-p ":>" \
-lines 5)
case "$chosen" in