Update dot_config/i3/config
This commit is contained in:
parent
593d3b5552
commit
deae46e5e2
1 changed files with 4 additions and 4 deletions
|
@ -21,10 +21,10 @@ gaps inner 10
|
||||||
gaps outer 10
|
gaps outer 10
|
||||||
|
|
||||||
# Keyring daemon
|
# Keyring daemon
|
||||||
exec gnome-keyring-daemon --start --components=gpg
|
exec --no-startup-id gnome-keyring-daemon --start --components=gpg
|
||||||
exec gnome-keyring-daemon --start --components=secrets
|
exec --no-startup-id gnome-keyring-daemon --start --components=secrets
|
||||||
exec gnome-keyring-daemon --start --components=ssh
|
exec --no-startup-id gnome-keyring-daemon --start --components=ssh
|
||||||
exec gnome-keyring-daemon --start --components=pkcs11
|
exec --no-startup-id gnome-keyring-daemon --start --components=pkcs11
|
||||||
|
|
||||||
#do not show titlebar on windows:
|
#do not show titlebar on windows:
|
||||||
#new_window 1pixel
|
#new_window 1pixel
|
||||||
|
|
Loading…
Reference in a new issue