From 4e7b868e23f39fce34e31041422bc722df5c15e9 Mon Sep 17 00:00:00 2001 From: swytch Date: Sat, 23 May 2020 19:29:48 +0200 Subject: [PATCH] feat: move `.xmodmap` to .config --- .xmodmap => .config/xmodmap | 0 .xprofile | 11 +++++------ 2 files changed, 5 insertions(+), 6 deletions(-) rename .xmodmap => .config/xmodmap (100%) diff --git a/.xmodmap b/.config/xmodmap similarity index 100% rename from .xmodmap rename to .config/xmodmap diff --git a/.xprofile b/.xprofile index ee6f147..50fb74b 100644 --- a/.xprofile +++ b/.xprofile @@ -3,21 +3,20 @@ # This file is sourced when launching a DM from startx/xinit # session launch -source $HOME/.profile xss-lock -- slock & redshift & +dunst & pamixer --set-volume 30 & sbacklight set 3 & -xinput set-prop 'Synaptics TM3072-003' 'libinput Tapping Enabled' 1 & -xinput set-prop 'Synaptics TM3072-003' 'libinput Natural Scrolling Enabled' 1 & -xinput set-prop 'Synaptics TM3072-003' 'libinput Accel Speed' 0.4 & -dunst & bat_notify & AC_notify & setbg & dwmbar & +xinput set-prop 'Synaptics TM3072-003' 'libinput Tapping Enabled' 1 & +xinput set-prop 'Synaptics TM3072-003' 'libinput Natural Scrolling Enabled' 1 & +xinput set-prop 'Synaptics TM3072-003' 'libinput Accel Speed' 0.4 & setxkbmap 'fr(oss)' -xmodmap $HOME/.xmodmap +xmodmap $XDG_CONFIG_HOME/xmodmap sxhkd &