Update .xinitrc
This commit is contained in:
parent
5e6cf68b09
commit
34cd795deb
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue