From a79654571d966d06f22a0711638fe728a0b4229e Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Fri, 19 May 2023 17:27:12 +0200 Subject: [PATCH] Move xbindkeys config --- .config/X11/xinitrc | 2 +- .xbindkeysrc => .config/xbindkeys/config | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .xbindkeysrc => .config/xbindkeys/config (100%) diff --git a/.config/X11/xinitrc b/.config/X11/xinitrc index 9f79c60..cd2a1b7 100644 --- a/.config/X11/xinitrc +++ b/.config/X11/xinitrc @@ -24,7 +24,7 @@ xset -b # disable bell xset r rate 200 30 # adjust typematic delay & rate # Shared -xbindkeys & +xbindkeys -f "$HOME"/.config/xbindkeys/config xbanish & redshift -o -O "$(cat /tmp/temperature)" & # Run redshift in one shot mode diff --git a/.xbindkeysrc b/.config/xbindkeys/config similarity index 100% rename from .xbindkeysrc rename to .config/xbindkeys/config