diff options
| author | dwalker <dwalker@dwalker.xyz> | 2026-05-02 23:48:10 -0400 |
|---|---|---|
| committer | dwalker <dwalker@dwalker.xyz> | 2026-05-02 23:48:10 -0400 |
| commit | 6eb38265ec4d412953ccc2e9fb653e51a51c2823 (patch) | |
| tree | c894620377c34230280f8554a531f3927650c93c /.config/i3/config | |
| parent | fe2204d61f3463ad00a3179e60bc5c8c010f5297 (diff) | |
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 702e5b6..119ec35 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -16,7 +16,7 @@ floating_modifier $mod #for_window [class="^.*"] border pixel 1 # ----- Startup ------------------------------------------------------------------------------------ -exec_always --no-startup-id xwallpaper --stretch ~/.config/wall +exec_always --no-startup-id xwallpaper --center ~/.cache/i3-wallpaper.png exec_always --no-startup-id sh -c 'sleep 10; ~/.script/weather.sh &' exec_always --no-startup-id sh -c 'sleep 10; ~/.script/xbps_update_count.sh &' exec_always --no-startup-id sh -c 'while :; do ~/.script/gpu_usage_nvidia.sh; sleep 5; done' |
