From 49c8090f0b244005da7e9a05549b555f7c8f19d2 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 24 Nov 2019 13:55:04 +0000 Subject: [PATCH] xbindkeys: remove unused script --- xbindkeys/chronos | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 xbindkeys/chronos diff --git a/xbindkeys/chronos b/xbindkeys/chronos deleted file mode 100644 index 7369201..0000000 --- a/xbindkeys/chronos +++ /dev/null @@ -1,38 +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 - -"asus-kbd-backlight up" - XF86KbdBrightnessUp - -"asus-kbd-backlight down" - XF86KbdBrightnessDown - -################################## -# End of xbindkeys configuration # -################################## -- 2.48.1