summaryrefslogtreecommitdiffstats
path: root/.config/hypr/submaps/shutdown.conf
diff options
context:
space:
mode:
Diffstat (limited to '.config/hypr/submaps/shutdown.conf')
-rw-r--r--.config/hypr/submaps/shutdown.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/.config/hypr/submaps/shutdown.conf b/.config/hypr/submaps/shutdown.conf
new file mode 100644
index 0000000..9032493
--- /dev/null
+++ b/.config/hypr/submaps/shutdown.conf
@@ -0,0 +1,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