diff options
| author | auric <auric7@protonmail.com> | 2025-09-08 21:07:26 -0500 |
|---|---|---|
| committer | auric <auric7@protonmail.com> | 2025-09-08 21:07:26 -0500 |
| commit | 3c8ea5c51cedd14964cc7b9b82ee24c523ac2e4b (patch) | |
| tree | b9053d85ac74626166c1ee8f60550102eef8e74a /dwm | |
| parent | 9e10c2714cd159ce953155225cbe2ecc6810bd7f (diff) | |
| parent | e2ec2e4acbf07da282c7ce4d4370ed1a83e11e70 (diff) | |
Approve PR
Diffstat (limited to 'dwm')
| -rw-r--r-- | dwm/config.h | 8 | ||||
| -rwxr-xr-x | dwm/dwm | bin | 0 -> 76624 bytes | |||
| -rw-r--r-- | dwm/dwm.o | bin | 0 -> 67656 bytes |
3 files changed, 4 insertions, 4 deletions
diff --git a/dwm/config.h b/dwm/config.h index 497dc66..c89c80d 100644 --- a/dwm/config.h +++ b/dwm/config.h @@ -6,8 +6,8 @@ static const unsigned int gappx = 3; /* gaps between windows */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "monospace:size=10" }; -static const char dmenufont[] = "monospace:size=10"; +static const char *fonts[] = { "Monaco:size=12" }; +static const char dmenufont[] = "Monaco:size=12"; static const char col_gray1[] = "#000000"; static const char col_gray2[] = "#555555"; static const char col_gray3[] = "#dddddd"; @@ -71,9 +71,9 @@ static const char *screenshotcmd[] = { "flameshot", "gui", NULL }; static const char *mediaplaypause[] = { "playerctl", "play-pause", NULL }; static const char *medianext[] = { "playerctl", "next", NULL }; static const char *mediaprev[] = { "playerctl", "previous", NULL }; -static const char *calendarcmd[] = { "/bin/sh", "-c", "st -e sh -c 'cal -3 | less -+F'", NULL }; +static const char *calendarcmd[] = { "/bin/sh", "-c", "st -e sh -c 'cal -3 | less'", NULL }; static const char *dunstlogcmd[] = { "/bin/sh", "-c", "st -e sh -c 'less -+F \"$HOME/.cache/dunst/dunst.log\"'", NULL }; -static const char *powermenucmd[] = { "/bin/sh", "-c", "printf 'lock\\nreboot\\nshutdown' | dmenu | xargs -r -I{} sh -c 'case \"{}\" in lock) slock ;; reboot) loginctl reboot ;; shutdown) loginctl poweroff ;; esac'", NULL }; +static const char *powermenucmd[] = { "/bin/sh", "-c", "printf '%s\n' lock reboot shutdown | dmenu | xargs -r -I{} sh -c 'case \"{}\" in lock) slock ;; reboot) loginctl reboot ;; shutdown) loginctl poweroff ;; esac'", NULL }; static const Key keys[] = { /* modifier key function argument */ Binary files differdiff --git a/dwm/dwm.o b/dwm/dwm.o Binary files differnew file mode 100644 index 0000000..34b5734 --- /dev/null +++ b/dwm/dwm.o |
