Blob Blame History Raw
--- a/lib/keys.in	2020-10-29 21:28:57.000000000 +0200
+++ b/lib/keys.in	2020-11-05 11:09:45.414830000 +0200
@@ -9,12 +9,35 @@
 # XF86. Valid modifiers are Alt, Ctrl, Shift, Meta, Super and Hyper.
 #
 key "Alt+Ctrl+t"            @XTERMCMD@
+
+# * Launcher
+# key "Super+r"             rofi -show drun
+key "Super+r"               nwggrid -wm icewm
+
+# * Screenshot
+key "Super+s"               gnome-screenshot
+# key "Super+s"             deepin-screenshot
+# key "Super+s"             flameshot gui
+
+key "Super+f"               xdg-open /home
+key "Super+e"               gedit
+key "Super+h"               @XTERMCMD@ -- htop
 key "Alt+Ctrl+b"            xdg-open about:blank
-key "Alt+Ctrl+s"            xdg-open https://www.google.com
+# key "Alt+Ctrl+s"          xdg-open https://www.google.com
+
+key "Super+Shift+p"         poweroff
+key "Super+Shift+r"         reboot
+key "Super+Shift+s"         systemctl suspend
 
 key "Super+KP_Subtract"     amixer sset Master 5%-
 key "Super+KP_Add"          amixer sset Master 5%+
 
+key "Super+q"               amixer sset Master 5%-
+key "Super+w"               amixer sset Master 5%+
+
+key "XF86MonBrightnessDown" xbacklight -dec 1
+key "XF86MonBrightnessUp"   xbacklight -inc 1
+
 # "Multimedia key" bindings for Xorg. Gather the keycodes of your
 # advanced function keys by watching the output of the xev command whilest
 # pressing those keys and map those symbols by using xmodmap.