From b5f0b78b12e03fc28fcf63c6de247c2e212e59a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Schwarz=C3=A4ugl?= Date: Sat, 28 Dec 2024 16:16:45 +0100 Subject: [PATCH] feat: sway back_and_forth --- SwarselSystems.org | 3 ++- profiles/common/home/sway.nix | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/SwarselSystems.org b/SwarselSystems.org index 82282ce..f9533a9 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -10611,7 +10611,8 @@ Currently, I am too lazy to explain every option here, but most of it is very se "${modifier}+e" = "exec emacsclient -nquc -a emacs -e \"(dashboard-open)\""; "${modifier}+Shift+m" = "exec emacsclient -nquc -a emacs -e \"(mu4e)\""; "${modifier}+Shift+c" = "exec emacsclient -nquc -a emacs -e \"(swarsel/open-calendar)\""; - "${modifier}+m" = "exec swarselcheck -s"; + "${modifier}+m" = "exec swaymsg workspace back_and_forth"; + "${modifier}+a" = "exec swarselcheck -s"; "${modifier}+x" = "exec swarselcheck -k"; "${modifier}+d" = "exec swarselcheck -d"; "${modifier}+w" = "exec swarselcheck -e"; diff --git a/profiles/common/home/sway.nix b/profiles/common/home/sway.nix index aaab608..8b76bce 100644 --- a/profiles/common/home/sway.nix +++ b/profiles/common/home/sway.nix @@ -47,7 +47,8 @@ in "${modifier}+e" = "exec emacsclient -nquc -a emacs -e \"(dashboard-open)\""; "${modifier}+Shift+m" = "exec emacsclient -nquc -a emacs -e \"(mu4e)\""; "${modifier}+Shift+c" = "exec emacsclient -nquc -a emacs -e \"(swarsel/open-calendar)\""; - "${modifier}+m" = "exec swarselcheck -s"; + "${modifier}+m" = "exec swaymsg workspace back_and_forth"; + "${modifier}+a" = "exec swarselcheck -s"; "${modifier}+x" = "exec swarselcheck -k"; "${modifier}+d" = "exec swarselcheck -d"; "${modifier}+w" = "exec swarselcheck -e";