Merge branch 'main' of https://git.coven.systems/autumn/nixos-conf
Some checks failed
Test Flake / test_flake (push) Failing after 23s
Test Flake / dry_build (push) Failing after 26s

This commit is contained in:
2025-12-19 08:35:52 -07:00
2 changed files with 25 additions and 20 deletions

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";}
}