diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-08-07 21:01:17 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-08-07 21:01:17 -0400 |
| commit | 5440cb49f08b4cd773c34874a0699173307e2f82 (patch) | |
| tree | 9bcf131098cd1ac0bd2979d7cfdd3109af3ace83 /.config/i3 | |
| parent | e0dea08e8e2b90259010487604761eebd83e05e2 (diff) | |
| download | eibhear-5440cb49f08b4cd773c34874a0699173307e2f82.tar.gz eibhear-5440cb49f08b4cd773c34874a0699173307e2f82.tar.zst eibhear-5440cb49f08b4cd773c34874a0699173307e2f82.zip | |
pywal uses cache on startup
Diffstat (limited to '.config/i3')
| -rw-r--r-- | .config/i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config index d654b62..3d7c4cc 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -32,7 +32,7 @@ set $hibernate sudo -A systemctl suspend # #---Starting External Scripts---# # # Setting the background and colorscheme: -exec_always --no-startup-id wal -i ~/.config/wall.png +exec_always --no-startup-id wal -Ri ~/.config/wall.png # Starts dunst for notifications: exec --no-startup-id dunst # Torrent daemon: |
