diff options
author | Karel Kočí <cynerd@email.cz> | 2019-07-07 14:28:33 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-07-07 14:28:33 +0200 |
commit | ebdb97491c5e232132f7cf7f169ac7141161e745 (patch) | |
tree | a1d1305a2bd5e628478f453724b22b2235bbab1a | |
parent | 788b559b33f84c644f3ae8b2c997b1820a8da740 (diff) | |
download | myconfigs-ebdb97491c5e232132f7cf7f169ac7141161e745.tar.gz myconfigs-ebdb97491c5e232132f7cf7f169ac7141161e745.tar.bz2 myconfigs-ebdb97491c5e232132f7cf7f169ac7141161e745.zip |
i3/config: change service start order
-rw-r--r-- | config/i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/i3/config b/config/i3/config index 592dc9e..e250157 100644 --- a/config/i3/config +++ b/config/i3/config @@ -190,9 +190,9 @@ bar { } # Start daemons -exec --no-startup-id dunst -exec --no-startup-id xss-lock -- myi3lock exec --no-startup-id ibus-daemon -drx +exec --no-startup-id xss-lock -- myi3lock +exec --no-startup-id dunst # Set background exec --no-startup-id i3background # Start pidgin |