diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-01-08 00:19:32 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-01-08 00:19:32 -0500 |
| commit | c71754df895bd9319169c6f607a7525b61bcebdf (patch) | |
| tree | 024124af50dab50fccf43152865c627781cb74bc /.config/i3/config | |
| parent | 68ba026b24a8cff2ae425ba3a482e367bdb68dd5 (diff) | |
| download | eibhear-c71754df895bd9319169c6f607a7525b61bcebdf.tar.gz eibhear-c71754df895bd9319169c6f607a7525b61bcebdf.tar.zst eibhear-c71754df895bd9319169c6f607a7525b61bcebdf.zip | |
setbg script for centrally editing wallpaper cmd
Diffstat (limited to '.config/i3/config')
| -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 c6fdf32..b087d17 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -45,7 +45,7 @@ for_window [instance="dropdown_*"] move position center # #---Starting External Scripts---# # # Setting the background: -exec --no-startup-id feh --bg-scale ~/.config/wall.png +exec --no-startup-id setbg # Starts dunst for notifications: exec --no-startup-id dunst # Composite manager: |
