From 4496798778ed8350ef9d18aa79767dd2adcbf888 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sun, 6 Feb 2022 18:17:45 -0300 Subject: [PATCH] Remove unused code --- dotfiles/.xinitrc | 10 ---------- 1 file changed, 10 deletions(-) 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