Remove unused code
This commit is contained in:
parent
34cd795deb
commit
4496798778
|
@ -13,15 +13,9 @@ dwmblocks &
|
|||
# Launch dunst
|
||||
dunst &
|
||||
|
||||
# Launch time calibration
|
||||
#~/.local/bin/timeCalibration &
|
||||
|
||||
# Launch clipboard daemon
|
||||
clipmenud &
|
||||
|
||||
# Turn on numlock key: https://unix.stackexchange.com/a/607769
|
||||
#numlockx on
|
||||
|
||||
# Hides mouse
|
||||
unclutter &
|
||||
|
||||
|
@ -44,10 +38,6 @@ if [[ ! -v LAPTOP ]]; then
|
|||
# Faster scrolling
|
||||
imwheel -b 45
|
||||
|
||||
# Use AltGr as mod key for dwm
|
||||
#xmodmap -e "remove mod5 = ISO_Level3_Shift"
|
||||
#xmodmap -e "add mod1 = ISO_Level3_Shift"
|
||||
|
||||
# Move mouse focus to middle of first screen
|
||||
xdotool mousemove --sync --screen=$1 960 500
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue