From c1a34d35cb7b18b9549ce58649f4354a75981be8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Schwarz=C3=A4ugl?= Date: Sat, 22 Mar 2025 22:41:19 +0100 Subject: [PATCH] chore: WIP add workplace hop command --- SwarselSystems.org | 1 + profiles/home/common/sway.nix | 1 + 2 files changed, 2 insertions(+) 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%";