Update .xinitrc

This commit is contained in:
Santiago Lo Coco 2022-02-06 18:17:14 -03:00
parent 5e6cf68b09
commit 34cd795deb
1 changed files with 9 additions and 10 deletions

View File

@ -40,22 +40,21 @@ picom &
# For screenshots
flameshot &
# Faster scrolling
imwheel -b 45
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"
# Use AltGr as mod key for dwm
#xmodmap -e "remove mod5 = ISO_Level3_Shift"
#xmodmap -e "add mod1 = ISO_Level3_Shift"
#~/.local/bin/screen &
# Move mouse focus to middle of first screen
xdotool mousemove --sync --screen=$1 960 500
# Move mouse focus to middle of first screen
xdotool mousemove --sync --screen=$1 960 500
fi
# Start GNOME keyring
dbus-update-activation-environment --systemd DISPLAY
eval $(gnome-keyring-daemon --start)
export SSH_AUTH_SOCK
#exec dwm
exec $HOME/.local/bin/startdwm