diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-05-08 22:50:49 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-05-08 22:50:49 -0400 |
commit | f9e97c28c63f0a47922defb4b99765ea381fb35c (patch) | |
tree | b97aca5a0454d3ab7f2ecd041590dce98b903a00 /.config/sxhkd/sxhkdrc | |
parent | ba14f31083e20c8706139dc6ba3ee71610ade91b (diff) | |
parent | 3fa3d71a48c971f3ead09a02bbe674385b1b0765 (diff) |
Merge branch 'master' of github.com:ChausseBenjamin/dotfiles
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 14125d6..31f10df 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) |