diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-04-27 09:42:19 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-04-27 09:42:19 -0400 |
commit | 3c823c638e3de31332b8966a2f1712c6bbb8d2b5 (patch) | |
tree | 764640b82996f4b26bcd28efbda78caf451bc854 /.config/sxhkd/sxhkdrc | |
parent | fb33ed3e6f9afce7dc2308c0580b13a569372a3c (diff) |
Weird X11 hack for games
Diffstat (limited to '.config/sxhkd/sxhkdrc')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 51b03cb..5e78558 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -223,6 +223,9 @@ shift + XF86MonBrightnessUp ## Set Brightness to 5 percent shift + XF86MonBrightnessDown backlightctl -s 0 +## Fix games with MX Master mouse +ctrl + alt + Tab + dwmc focusmon +1 && sleep 0.1 && dwmc focusmon +1 #-# Music Controls (using `playerctl`) #-# ## Next/Previous Song (using playerctl) |