Kittyfication of jgmenu, also shutdowns

This commit is contained in:
2024-02-17 22:08:00 +01:00
parent 3664af2f1e
commit 5b1f7d213c
2 changed files with 3 additions and 1 deletions

View File

@@ -3,5 +3,7 @@ Lock,loginctl lock-session,system-lock-screen
Exit,^checkout(exit),system-shutdown Exit,^checkout(exit),system-shutdown
^tag(exit) ^tag(exit)
Suspend,systemctl -i suspend,system-log-out Suspend,systemctl -i suspend,system-log-out
Hybrid Suspend,systemctl -i hybrid-sleep,system-suspend
Reboot,systemctl -i reboot,system-reboot Reboot,systemctl -i reboot,system-reboot
Hibernate,systemctl -i hibernate,system-hibernate
Poweroff,systemctl -i poweroff,system-shutdown Poweroff,systemctl -i poweroff,system-shutdown
1 ^sep()
3 Exit,^checkout(exit),system-shutdown
4 ^tag(exit)
5 Suspend,systemctl -i suspend,system-log-out
6 Hybrid Suspend,systemctl -i hybrid-sleep,system-suspend
7 Reboot,systemctl -i reboot,system-reboot
8 Hibernate,systemctl -i hibernate,system-hibernate
9 Poweroff,systemctl -i poweroff,system-shutdown

View File

@@ -1,7 +1,7 @@
stay_alive = 1 stay_alive = 1
tint2_look = 0 tint2_look = 0
position_mode = fixed position_mode = fixed
terminal_exec = alacritty terminal_exec = kitty
terminal_args = -e terminal_args = -e
menu_width = 300 menu_width = 300
menu_padding_top = 5 menu_padding_top = 5