large update
This commit is contained in:
@ -69,6 +69,16 @@ exec_always --no-startup-id xrdb -load ~/.Xresources
|
||||
exec --no-startup-id xfsettingsd
|
||||
exec --no-startup-id al-compositor --start
|
||||
|
||||
# polkit, required for authentication
|
||||
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
|
||||
# keyring for storing saved passwords
|
||||
exec --no-startup-id gnome-keyring-daemon --start --components=pkcs11
|
||||
|
||||
# pressing super key alone simulates pressing Alt-F1
|
||||
exec --no-startup-id ksuperkey -e 'Super_L=Alt_L|F1' &
|
||||
exec --no-startup-id ksuperkey -e 'Super_R=Alt_L|F1' &
|
||||
|
||||
###########################################################
|
||||
############# Bindings ##################
|
||||
###########################################################
|
||||
@ -256,6 +266,3 @@ assign [class="(?i)(?:thunar)"] → $WS3
|
||||
# focus, floating, & sticky
|
||||
for_window [title="(?i)(?:copying|deleting|moving)"] floating enable
|
||||
for_window [window_role="(?i)(?:pop-up|setup)"] floating enable
|
||||
|
||||
# set trayer to be borderless
|
||||
for_window [class="(?i)trayer"] border pixel 0
|
||||
|
Reference in New Issue
Block a user