diff options
| author | Nikita Langer <nikitalanger@icloud.com> | 2026-07-13 18:54:00 +0200 |
|---|---|---|
| committer | Nikita Langer <nikitalanger@icloud.com> | 2026-07-13 18:54:00 +0200 |
| commit | 240c2f060bd412c7a565a701674a1f4dca23b422 (patch) | |
| tree | 6c5dbd7aba660190360bb6447a6bac3a75328af4 /config.def.h | |
| parent | 92e0327f00937fb18e455f33bb287bb19a7b37b3 (diff) | |
| download | dwm-240c2f060bd412c7a565a701674a1f4dca23b422.tar.gz dwm-240c2f060bd412c7a565a701674a1f4dca23b422.tar.bz2 dwm-240c2f060bd412c7a565a701674a1f4dca23b422.tar.xz dwm-240c2f060bd412c7a565a701674a1f4dca23b422.zip | |
dmenu padding
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index 24c34e1..6155e37 100644 --- a/config.def.h +++ b/config.def.h @@ -152,7 +152,8 @@ static const char *brighter[] = { "brightnessctl", "set", "5%+", NULL }; static const char *dimmer[] = { "brightnessctl", "set", "5%-", NULL }; ) komputer( -static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL }; +/* FIXME: vertpad sidepad als string eingeben, ohne den hier ändern zu müssen */ +static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, "-sp", "5", "-vp", "5", NULL }; static const char *screencmd[] = { "xrandr", "--output", "DisplayPort-0", "--mode", "2560x1440", "-r", "240", NULL }; // static const char *altscreen[] = { "xrandr", "--output", "DisplayPort-0", "--mode", "2560x1440", "-r", "260", NULL }; static const char *dolphin[] = { "/usr/local/bin/dolphinfix.sh", NULL }; @@ -311,4 +312,3 @@ static const Button buttons[] = { { ClkTagBar, MODKEY, Button1, tag, {0} }, { ClkTagBar, MODKEY, Button3, toggletag, {0} }, }; - |
