birdwm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 05757c6fc53c640686b24368ef02a959e4242411
parent 59fee06a2e72ab5c412789845f9cb9f4d69fdb8e
Author: grouse <bdmfegys@duck.com>
Date:   Tue, 28 Nov 2023 20:01:08 -0500

began changes to make shortcuts and scripts more portable

Diffstat:
Mconfig.def.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -103,6 +103,8 @@ static const Layout layouts[] = { static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ static const char *dmenucmd[] = { "dmenu_run", "-i", NULL }; static const char *termcmd[] = { "kitty", NULL }; +//static const char *wallpaper[] = { "nsxiv", "-t", "/home/tetraonini/Pictures/wallpapers/*.png", NULL }; +//static const char *wallpapergif[] = { "nsxiv", "-t", "/home/tetraonini/Pictures/wallpapers/gif/*.gif", NULL }; static const char *wallpaper[] = { "xwallpaper" }; static const char *wallpapergif[] = { "xwallpapergif" }; static const char *restarter[] = { "restarter", NULL};