last st
This commit is contained in:
parent
84c06e3578
commit
dd2982678b
16
config.h
16
config.h
@ -197,6 +197,7 @@ static const Rule rules[] = {
|
||||
RULE(.class = "pinentry-qt", .isfloating = 1)
|
||||
RULE(.class = "pinentry-qt5", .isfloating = 1)
|
||||
RULE(.class = "Nm-connection-editor", .isfloating = 1)
|
||||
RULE(.class = "blueman-manager", .isfloating = 1)
|
||||
RULE(.class = "pavucontrol-qt", .isfloating = 0)
|
||||
RULE(.class = "Firefox", .wintype = WTYPE "NORMAL", .tags = 1 << 2)
|
||||
|
||||
@ -308,13 +309,14 @@ static Key keys[] = {
|
||||
{ MODKEY, XK_n, spawn, SHCMD("networkmanager_dmenu") },
|
||||
// { MODKEY, XK_grave, spawn, SHCMD("/home/wiebel/sync/bin/st-tilda.sh") },
|
||||
{ ALTKEY|ControlMask, XK_l, spawn, SHCMD("/usr/local/bin/lock.me") },
|
||||
/* Media Keys */
|
||||
{ 0, XF86XK_MonBrightnessUp, spawn, SHCMD("xbacklight -inc 5") },
|
||||
{ 0, XF86XK_MonBrightnessDown, spawn, SHCMD("xbacklight -dec 5") },
|
||||
{ 0, XF86XK_AudioRaiseVolume, spawn, {.v = volup } },
|
||||
{ 0, XF86XK_AudioLowerVolume, spawn, {.v = voldn } },
|
||||
{ 0, XF86XK_AudioMute, spawn, {.v = volmute } },
|
||||
{ 0, XF86XK_AudioPlay, spawn, {.v = playpause } },
|
||||
{ 0, XK_Print, spawn, SHCMD("/usr/bin/spectacle") },
|
||||
/* Media Keys */
|
||||
{ 0, XF86XK_MonBrightnessUp, spawn, SHCMD("xbacklight -inc 5") },
|
||||
{ 0, XF86XK_MonBrightnessDown, spawn, SHCMD("xbacklight -dec 5") },
|
||||
{ 0, XF86XK_AudioRaiseVolume, spawn, {.v = volup } },
|
||||
{ 0, XF86XK_AudioLowerVolume, spawn, {.v = voldn } },
|
||||
{ 0, XF86XK_AudioMute, spawn, {.v = volmute } },
|
||||
{ 0, XF86XK_AudioPlay, spawn, {.v = playpause } },
|
||||
{ MODKEY, XK_j, focusstack, {.i = +1 } },
|
||||
{ MODKEY, XK_k, focusstack, {.i = -1 } },
|
||||
{ MODKEY|ShiftMask, XK_j, inplacerotate, {.i = +1} },
|
||||
|
Loading…
x
Reference in New Issue
Block a user