Move .scripts -> .local/bin

This commit is contained in:
Riyyi
2021-02-25 20:16:07 +01:00
parent 3ac7d9f601
commit ba10984084
40 changed files with 93 additions and 94 deletions
+5 -5
View File
@@ -3,7 +3,7 @@
xrdb "$XDG_CONFIG_HOME/xorg/Xresources"
# Setup display
"$HOME"/.scripts/monctl.sh auto 3000 2000 48 eDP-1 &
#monctl auto 3000 2000 48 eDP-1 &
# Set default X cursor to arrow
xsetroot -cursor_name left_ptr
@@ -13,11 +13,11 @@ xset s off
xset -dpms
# Customize keyboard layout
inputctl.sh -k off
inputctl.sh -k on
inputctl -k off
inputctl -k on
# Turn off touchscreen
inputctl.sh -s off
inputctl -s off
# Daemon starting
dunst &
@@ -27,7 +27,7 @@ emacs --daemon &
thunar --daemon &
sxhkd "$XDG_CONFIG_HOME/sxhkd/$WM" &
xss-lock -- "$HOME"/.scripts/wm/lock.sh &
xss-lock -- "$HOME/.local/bin/wm/lock.sh" &
/usr/lib/polkit-kde-authentication-agent-1 &