Compare commits

...

2 Commits

Author SHA1 Message Date
723da71a35 weeee
Some checks failed
Test Flake / test_flake (push) Failing after 46s
Test Flake / dry_build (push) Failing after 27s
2025-12-19 08:23:35 -07:00
b5a83638bf s 2025-12-19 08:22:50 -07:00

View File

@@ -115,4 +115,9 @@ binds {
Super+Page_Up {focus-workspace-up;}
Super+Shift+Page_Down{move-column-to-workspace-down;}
Super+Shift+Page_Up{move-column-to-workspace-up;}
XF86AudioRaiseVolume {spawn "volumectl" "-d" "-u" "up";}
XF86AudioLowerVolume {spawn "volumectl" "-d" "-u" "down";}
XF86AudioMute {spawn "volumectl" "-d" "toggle-mute";}
XF86MonBrightnessUp {spawn "lightctl" "-d" "up";}
XF86MonBrightnessDown {spawn "lightctl" "-d" "down";}
}