Move most init stuff into ~/.xprofile rather than each WM config and ~/.xinitrc

This commit is contained in:
natemaia
2018-10-29 01:36:27 -07:00
parent 998e4343bf
commit 749193ba48
8 changed files with 59 additions and 71 deletions

View File

@ -4,16 +4,6 @@ al-compositor --start &
# enable numlock, commented out for laptop users
# numlockx &
# polkit, required for authentication
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
# keyring for storing saved passwords
gnome-keyring-daemon --start --components=pkcs11 &
# pressing super key alone simulates pressing Alt-F1
ksuperkey -e 'Super_L=Alt_L|F1' &
ksuperkey -e 'Super_R=Alt_L|F1' &
# restore wallpaper
nitrogen --restore &