diff options
Diffstat (limited to 'config.def.h')
| -rwxr-xr-x[-rw-r--r--] | config.def.h | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/config.def.h b/config.def.h index 724d52e..e0a0782 100644..100755 --- a/config.def.h +++ b/config.def.h @@ -32,14 +32,12 @@ static const Rule rules[] = { /* class instance title tags mask iscentered isfloating isterminal noswallow monitor */ { "Librewolf", NULL, NULL, 1 << 8, 0, 0, 0, 0, -1 }, { "Gimp", NULL, NULL, 0, 0, 1, 0, 0, -1 }, - { "Ghostty", NULL, NULL, 0, 0, 0, 1, 0, -1 }, - { "Urxvt", NULL, NULL, 0, 0, 0, 1, 0, -1 }, { "Kitty", NULL, NULL, 0, 0, 0, 1, 0, -1 }, { "St", NULL, NULL, 0, 1, 1, 1, 1, -1 }, - { "Orage", NULL, NULL, 0, 0, 1, 0, 1, -1 }, { "Galculator", NULL, NULL, 0, 1, 1, 0, 1, -1 }, { "Nsxiv", NULL, NULL, 0, 1, 1, 0, 1, -1 }, { "mpv", NULL, NULL, 0, 1, 1, 0, 1, -1 }, + { "qpdfview", NULL, NULL, 0, 1, 1, 0, 1, -1 }, { NULL, NULL, "Event Tester", 0, 0, 0, 0, 1, -1 }, /* xev */ }; @@ -74,9 +72,9 @@ static const Layout layouts[] = { static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL }; static const char *termcmd[] = { "dwm-terminal", NULL }; -static const char *webcmd[] = { "dwm-browser", NULL }; -static const char *menupower[] = { "dmenu-power", NULL }; -static const char *menuaudio[] = { "dmenu-audio", NULL }; +static const char *webcmd[] = { "dwm-browser", NULL }; +static const char *menupower[] = { "dmenu-power", NULL }; +static const char *menuaudio[] = { "dmenu-audio", NULL }; static const char *menusystem[] = { "dmenu-system", NULL }; static const char *scratch[] = { "st", "-g", "200x34", NULL }; @@ -123,9 +121,10 @@ static const Key keys[] = { { 0, XF86XK_AudioLowerVolume, spawn, SHCMD("dwm-audio volquieter") }, { 0, XF86XK_AudioRaiseVolume, spawn, SHCMD("dwm-audio vollouder") }, { 0, XF86XK_AudioMicMute, spawn, SHCMD("dwm-audio mictoggle") }, - { 0, XF86XK_MonBrightnessDown, spawn, SHCMD("brightnessctl set 10%-") }, - { 0, XF86XK_MonBrightnessUp, spawn, SHCMD("brightnessctl set 10%+") }, - { 0, XF86XK_Launch1, spawn, SHCMD("dmenu-power") }, + { 0, XF86XK_MonBrightnessDown, spawn, SHCMD("dwm-brightness -") }, + { 0, XF86XK_MonBrightnessUp, spawn, SHCMD("dwm-brightness +") }, + { 0, XF86XK_Bluetooth, spawn, SHCMD("rfkill toggle bluetooth") }, + { 0, XF86XK_WLAN, spawn, SHCMD("rfkill toggle wlan") }, { 0, XK_Print, spawn, SHCMD("dwm-screenshot") }, { 0, XK_Scroll_Lock, spawn, SHCMD("dwm-scale") }, TAGKEYS( XK_ampersand, 0) |
