home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 2ef7f7ce0a0f9a3626412fc194305b4c757398a0
parent fc967ae8e06e0823b7b1565b322beac05ca2d204
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 23 Aug 2022 17:00:52 +0200

users/vincent: update some sway bindings

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Musers/vincent/desktop/sway.nix | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/users/vincent/desktop/sway.nix b/users/vincent/desktop/sway.nix @@ -89,10 +89,10 @@ in "${mod}+Shift+Up" = "move up"; "${mod}+Shift+Right" = "move right"; - "${mod}+Mod1+Left" = "workspace prev_on_output"; - # "${mod}+Mod1+Down" = "move down"; - # "${mod}+Mod1+Up" = "move up"; - "${mod}+Mod1+Right" = "workspace next_on_output"; + "${mod}+Control+Left" = "workspace prev_on_output"; + "${mod}+Control+Down" = "workspace prev"; + "${mod}+Control+Up" = "workspace next"; + "${mod}+Control+Right" = "workspace next_on_output"; # "${mod}+b" = "splith"; # "${mod}+v" = "splitv";