diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2024-06-04 17:10:39 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | 51392e389e3ea31e55264bb16c0a0479fd3629fd (patch) | |
| tree | b87c12e438e6da87a32d9ac042f86add5f847f4f | |
| parent | 9fbfd35ed6e200bcc529847b6ad9c1f96f12aa4a (diff) | |
feat(i3): add a wallpaper
| -rw-r--r-- | dot_config/i3/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dot_config/i3/config b/dot_config/i3/config index 8e221c2..920fc71 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config @@ -23,6 +23,9 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork # and nm-applet is a desktop environment-independent system tray GUI for it. exec --no-startup-id nm-applet +# Set wallpaper +exec --no-startup-id feh --bg-scale $HOME/.local/share/wall.jpg + # Use pactl to adjust volume in PulseAudio. set $refresh_i3status killall -SIGUSR1 i3status bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status |
