diff options
author | Karel Kočí <karel.koci@nic.cz> | 2018-08-09 13:44:56 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2018-08-09 13:44:56 +0200 |
commit | c7d934adfea7832be8b09118046a095e740bc48e (patch) | |
tree | 17644325715975022e25eca53d3e1ca18d55f69c | |
parent | 3fa139c155a9e7a3b516aef4701437b7fc1b75e4 (diff) | |
download | myconfigs-c7d934adfea7832be8b09118046a095e740bc48e.tar.gz myconfigs-c7d934adfea7832be8b09118046a095e740bc48e.tar.bz2 myconfigs-c7d934adfea7832be8b09118046a095e740bc48e.zip |
i3: set background
-rw-r--r-- | config/i3/config | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/i3/config b/config/i3/config index 9b6f637..472cd9d 100644 --- a/config/i3/config +++ b/config/i3/config @@ -177,6 +177,7 @@ bar { # Start daemons exec --no-startup-id dunst - -# Start Pidbargin +# Set background +exec --no-startup-id i3background +# Start pidgin exec pidgin |