X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/954e92aae00b3cd855b1ed841b313ae0ab3fb305..4686727934698b4393cf4a48577d886ce5a5c532:/xbindkeysrc?ds=sidebyside diff --git a/xbindkeysrc b/xbindkeysrc deleted file mode 100644 index 81c5618..0000000 --- a/xbindkeysrc +++ /dev/null @@ -1,44 +0,0 @@ -# For the benefit of emacs users: -*- shell-script -*- -########################### -# xbindkeys configuration # -########################### -# -# Version: 1.8.5 -# -# A list of keys is in /usr/include/X11/keysym.h and in -# /usr/include/X11/keysymdef.h -# The XK_ is not needed. -# -# List of modifier: -# Release, Control, Shift, Mod1 (Alt), Mod2 (NumLock), -# Mod3 (CapsLock), Mod4, Mod5 (Scroll). -# -# Don't forget to activate it on startup by placing 'xbindkeys' -# before the line that starts your DE in '~/.xinitrc' - -# The release modifier is not a standard X modifier, but you can -# use it if you want to catch release events instead of press events - -# By defaults, xbindkeys does not pay attention with the modifiers -# NumLock, CapsLock and ScrollLock. -# Uncomment the lines above if you want to pay attention to them. - -#keystate_numlock = enable -#keystate_capslock = enable -#keystate_scrolllock= enable - -"qdbus --literal org.kde.kglobalaccel /component/kwin invokeShortcut Expose" - b:10 - -"qdbus --literal org.kde.kglobalaccel /component/kwin invokeShortcut ShowDesktopGrid" - b:13 - -"asus-kbd-backlight up" - XF86KbdBrightnessUp - -"asus-kbd-backlight down" - XF86KbdBrightnessDown - -################################## -# End of xbindkeys configuration # -##################################