hyprland: add audio workspace, fix keybinds

This commit is contained in:
Charlie Root 2024-09-22 19:21:53 +02:00
commit 966b9f9942
5 changed files with 9 additions and 5 deletions

View file

@ -49,6 +49,7 @@ in {
# Toggle the three different special workspaces.
"$mainMod, N, togglespecialworkspace, nixos"
"$mainMod, X, togglespecialworkspace, keepassxc"
"$mainMod, V, togglespecialworkspace, audio"
# Reload hyprland
"$mainMod, R, exec, ${cfg.package}/bin/hyprctl reload"