summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMouad Alami <moadalami40@gmail.com>2023-08-07 11:32:37 +0100
committerMouad Alami <moadalami40@gmail.com>2023-08-07 11:32:37 +0100
commita7ffed9020bebeea741266c249837336fa465989 (patch)
tree6853631d0ce24a7f71e5f72fdebe0e6a2e1fd00b /config.h
parent6a926df36a867717376847d6d5939ead1be48ec8 (diff)
Updated steam class name and added pause button for lenovo
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index 2c02b9f..06ad154 100644
--- a/config.h
+++ b/config.h
@@ -47,7 +47,7 @@ static const Rule rules[] = {
/* class instance title tags mask isfloating monitor */
{ "Gimp", NULL, NULL, 1 << 5, 1, -1 },
{ "discord", NULL, NULL, 1 << 3, 0, -1 },
- { "Steam", NULL, NULL, 1 << 4, 0, -1 },
+ { "steam", NULL, NULL, 1 << 4, 0, -1 },
};
/* layout(s) */
@@ -152,6 +152,7 @@ static const Key keys[] = {
{Mod1Mask, XK_F3, spawn, SHCMD("mpc next")},
{0, XK_Pause, spawn, SHCMD("playerctl play-pause")},
+ {0, XF86XK_AudioPlay, spawn, SHCMD("playerctl play-pause")},
/* screenshot */
{MODKEY, XK_F12, spawn, SHCMD("scrot -e 'mv $f /home/mouad/Pictures/Screenshots/' && notify-send '📸 Screenshot taken'")},