From 4686727934698b4393cf4a48577d886ce5a5c532 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 28 Jan 2015 22:34:44 +0000 Subject: [PATCH] xbindkeys: rename files to be host specific --- Makefile | 4 ++-- xbindkeysrc => xbindkeys/chronos | 6 ------ xprofile | 2 +- 3 files changed, 3 insertions(+), 9 deletions(-) rename xbindkeysrc => xbindkeys/chronos (86%) diff --git a/Makefile b/Makefile index 3c9162d..9c266c3 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ APATH := $(realpath .) FILES := bin -DOTFILES := conky* git* goobookrc msmtp* mutt ncmpcpp profile weechat xbindkeysrc Xresources xprofile zprofile zshenv zshrc -CONFIGFILES := aliases compton.conf git mimeo.conf mpd mpv offlineimap ranger retroarch systemd vim xkb zsh +DOTFILES := conky* git* goobookrc msmtp* mutt ncmpcpp profile weechat Xresources xprofile zprofile zshenv zshrc +CONFIGFILES := aliases compton.conf git mimeo.conf mpd mpv offlineimap ranger retroarch systemd vim xbindkeys xkb zsh .PHONY: install $(FILES) $(DOTFILES) $(CONFIGFILES) install: $(FILES) $(DOTFILES) $(CONFIGFILES) diff --git a/xbindkeysrc b/xbindkeys/chronos similarity index 86% rename from xbindkeysrc rename to xbindkeys/chronos index 81c5618..7369201 100644 --- a/xbindkeysrc +++ b/xbindkeys/chronos @@ -27,12 +27,6 @@ #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 diff --git a/xprofile b/xprofile index eedbcc4..fef5b6d 100644 --- a/xprofile +++ b/xprofile @@ -6,6 +6,6 @@ xautolock -detectsleep \ -killtime 70 -killer "systemctl suspend" & xkbcomp -I$HOME/.config/xkb $HOME/.config/xkb/$(hostname).xkb $DISPLAY unclutter -idle 1 -root & -[[ -x /usr/bin/xbindkeys ]] && xbindkeys +[[ -x "$XDG_CONFIG_HOME/xbindkeys/$(hostname)" ]] && xbindkeys --file $XDG_CONFIG_HOME/xbindkeys/$(hostname) xcape -e "Control_L=Escape;Control_R=Escape" urxvtd -q -f -o -- 2.48.1