503d796
--- a/lib/keys.in	2019-11-25 01:03:01.000000000 +0200
503d796
+++ b/lib/keys.in	2019-11-25 04:29:49.863392314 +0200
b56bb86
@@ -9,12 +9,28 @@
232afac
 # XF86. Valid modifiers are Alt, Ctrl, Shift, Meta, Super and Hyper.
232afac
 #
503d796
 key "Alt+Ctrl+t"            @XTERMCMD@
503d796
+key "Super+r"               rofi -show drun
503d796
+key "Super+s"               gnome-screenshot
503d796
+# key "Super+s"             deepin-screenshot
503d796
+# key "Super+s"             flameshot gui
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
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.