birdwm

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

commit ce0980c57eb5ff0b807fd7eb56ad3df11fabae7a
parent 2e5b1d26fedd2cdcf7442db485977cd11ff7e40b
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date:   Sun, 14 Apr 2024 17:47:23 -0400

config.def.h: fix indentation

Diffstat:
Mconfig.def.h | 9+--------
1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -124,21 +124,14 @@ static char dmenumon[2] = "0"; /* component of dmen static const char *dmenucmd[] = { "dmenu_run", "-i", NULL }; static const char *termcmd[] = { "kitty", NULL }; -// original terminal -//static const char *termcmd[] = { "st", NULL }; - -//screenshotcmd does not work, as the screenshot -//static const char *screenshotcmd[] = { "screenshot" }; /* screenshot command */ - -//static const char *wallpaper[] = { "xwallpaper" }; /* calling wallpaper picker script, utilizes nsxiv */ /* Wallpaper and Gif Directories */ #define WALLPAPERDIR "/home/example/dir" #define GIFDIR "/home/example/dir/gif" static const char *wallpaper[] = { "nsxiv", "-t", WALLPAPERDIR, NULL }; static const char *wallpapergif[] = { "nsxiv", "-t", GIFDIR, NULL }; /* calling gif wallpaper picker script, utilizes nsxiv */ - static const char *restarter[] = { "restarter" }; /* dmenu script for restarting daemons and getting system info through dunst */ static const char *browser[] = { "surf" }; /* browser shortcut */ + /* pulseaudio script for setting volume, called by XF86 keys */ static const char *volup[] = { "volume.sh", "up", NULL}; static const char *voldown[] = { "volume.sh", "down", NULL};