From e193f68f84e1516705d9d8176c4eb6c11c82df81 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Mon, 3 Mar 2025 02:18:45 -0500 Subject: feh: Remove .fehbg file from version control Allow user to change wallpaper via feh --bg-* commands without dirtying the .fehbg file in the repository. Fallback to the provided default wallpaper if this file doesn't exist. --- .fehbg | 2 -- 1 file changed, 2 deletions(-) delete mode 100755 .fehbg (limited to '.fehbg') diff --git a/.fehbg b/.fehbg deleted file mode 100755 index 827748b..0000000 --- a/.fehbg +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -feh --no-fehbg --bg-fill "$HOME/rice/wallpaper.jpg" -- cgit v1.2.3