diff --git a/dotfiles/.xinitrc b/dotfiles/.xinitrc index 01e691f..1875553 100644 --- a/dotfiles/.xinitrc +++ b/dotfiles/.xinitrc @@ -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