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