dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 2d5f969a3b05c734e80e95876d71116cf3777549
parent 8fa514ce15cb30e1fd315ed331d118064e0b0fff
Author: Chris Bracken <chris@bracken.jp>
Date:   Fri, 23 Jul 2021 15:38:07 -0700

sway: update background image to /usr/local/...

This is where it's installed on FreeBSD, and other operating systems
that keep base system and user-installed packages separate.

Diffstat:
M.config/sway/config | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/sway/config b/.config/sway/config @@ -67,7 +67,7 @@ exec swayidle -w \ # You can get the names of your outputs by running: swaymsg -t get_outputs # Default wallpaper (more resolutions in /usr/share/backgrounds/sway/). -output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill +output * bg /usr/local/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill ############################################################