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