home

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

commit 44d507358476a3207843eaa6afadbcb866dfcd5a
parent 8e66a534a2c417fe4314aa5ef91d04575e5b7a69
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue,  6 Sep 2022 10:55:10 +0200

users/vincent: bind move workspace to output

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

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

diff --git a/users/vincent/desktop/sway.nix b/users/vincent/desktop/sway.nix @@ -94,6 +94,11 @@ in "${mod}+Control+Up" = "workspace next"; "${mod}+Control+Right" = "workspace next_on_output"; + "${mod}+Shift+Control+Left" = "move workspace to output left"; + "${mod}+Shift+Control+Down" = "move workspace to output down"; + "${mod}+Shift+Control+Up" = "move workspace to output up"; + "${mod}+Shift+Control+Right" = "move workspace to output right"; + # "${mod}+b" = "splith"; # "${mod}+v" = "splitv"; "${mod}+f" = "fullscreen toggle";