You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.3 KiB
32 lines
1.3 KiB
--- a/lib/keys.in 2019-11-25 01:03:01.000000000 +0200 |
|
+++ b/lib/keys.in 2019-11-25 04:29:49.863392314 +0200 |
|
@@ -9,12 +9,28 @@ |
|
# XF86. Valid modifiers are Alt, Ctrl, Shift, Meta, Super and Hyper. |
|
# |
|
key "Alt+Ctrl+t" @XTERMCMD@ |
|
+key "Super+r" rofi -show drun |
|
+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.
|
|
|