diff --git a/SwarselSystems.org b/SwarselSystems.org index ea7cf76..e3d69df 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -10797,6 +10797,7 @@ Currently, I am too lazy to explain every option here, but most of it is very se # "${modifier}+Return" = "exec kitty"; "${modifier}+Return" = "exec swarselzellij"; "${modifier}+Print" = "exec screenshare"; + # exec swaymsg move workspace to "$(swaymsg -t get_outputs | jq '[.[] | select(.active == true)] | .[(map(.focused) | index(true) + 1) % length].name')" # "XF86AudioRaiseVolume" = "exec pa 5%"; "XF86AudioRaiseVolume" = "exec pamixer -i 5"; # "XF86AudioLowerVolume" = "exec pactl set-sink-volume @DEFAULT_SINK@ -5%"; diff --git a/profiles/home/common/sway.nix b/profiles/home/common/sway.nix index 54589d4..1e99710 100644 --- a/profiles/home/common/sway.nix +++ b/profiles/home/common/sway.nix @@ -106,6 +106,7 @@ in # "${modifier}+Return" = "exec kitty"; "${modifier}+Return" = "exec swarselzellij"; "${modifier}+Print" = "exec screenshare"; + # exec swaymsg move workspace to "$(swaymsg -t get_outputs | jq '[.[] | select(.active == true)] | .[(map(.focused) | index(true) + 1) % length].name')" # "XF86AudioRaiseVolume" = "exec pa 5%"; "XF86AudioRaiseVolume" = "exec pamixer -i 5"; # "XF86AudioLowerVolume" = "exec pactl set-sink-volume @DEFAULT_SINK@ -5%";