1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
bind = $mainMod Shift, E, exec, hyprctl notify 3 10000 0 " SHUTOWN MODE: [e]xit [Enter] | [r]eboot | [s]hutdown | shudown [n]ow | [h]ibernate | s[u]spend"
bind = $mainMod Shift, E, submap, shutdown
$move = 25
submap = shutdown
bind = , Return, exit
bind = , e, exit
bind = , r, exec, systemctl reboot
bind = , s, exec, shutdown
bind = , n, exec, shutdown +0
bind = , h, exec, systemctl hibernate
bind = , h, submap, reset
bind = , u, exec, systemctl suspend
bind = , u, submap, reset
bind = , Escape, submap, reset
submap = reset
|