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 # For screenshots
flameshot & flameshot &
# Faster scrolling if [[ ! -v LAPTOP ]]; then
imwheel -b 45 # Faster scrolling
imwheel -b 45
# Use AltGr as mod key for dwm # Use AltGr as mod key for dwm
#xmodmap -e "remove mod5 = ISO_Level3_Shift" #xmodmap -e "remove mod5 = ISO_Level3_Shift"
#xmodmap -e "add mod1 = 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 fi
xdotool mousemove --sync --screen=$1 960 500
# Start GNOME keyring # Start GNOME keyring
dbus-update-activation-environment --systemd DISPLAY dbus-update-activation-environment --systemd DISPLAY
eval $(gnome-keyring-daemon --start) eval $(gnome-keyring-daemon --start)
export SSH_AUTH_SOCK export SSH_AUTH_SOCK
#exec dwm
exec $HOME/.local/bin/startdwm exec $HOME/.local/bin/startdwm