large update
This commit is contained in:
@ -12,6 +12,17 @@ al-compositor --start &
|
||||
# panel
|
||||
sleep 1; al-polybar-session &
|
||||
|
||||
# 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' &
|
||||
|
||||
|
||||
# Set some bsp specific stuff
|
||||
bspc monitor -d I II III IV V VI VII VIII IX X
|
||||
|
||||
|
Reference in New Issue
Block a user