commit 6f951d17e9946d966d97d2b6bead81a70c2c8f83
parent e7a49f9ff0f32d7132c20595683a804516450ed9
Author: Vincent Demeester <vincent@sbr.pm>
Date: Fri, 19 Aug 2022 16:50:30 +0200
users/vincent: map more i3 keys for sway
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/shell.nix b/shell.nix
@@ -20,6 +20,7 @@ pkgs.mkShell
niv
nixpkgs-fmt
sops
+ yq-go
];
shellHook = ''
export NIX_PATH="nixpkgs=${pkgs.path}:nixos=${nixos.path}:nixos-unstable=${nixos-unstable.path}"
diff --git a/users/vincent/desktop/sway.nix b/users/vincent/desktop/sway.nix
@@ -74,8 +74,8 @@ in
"${mod}+Shift+Up" = "move up";
"${mod}+Shift+Right" = "move right";
- "${mod}+b" = "splith";
- "${mod}+v" = "splitv";
+ # "${mod}+b" = "splith";
+ # "${mod}+v" = "splitv";
"${mod}+f" = "fullscreen toggle";
"${mod}+a" = "focus parent";
@@ -125,7 +125,7 @@ in
bindcode ${mod}+Shift+18 move container to workspace number 9
bindcode ${mod}+Shift+19 move container to workspace number 0
- # bindcode ${mod}+25 layout tabbed
+ bindcode ${mod}+Control+39 split h
'';
};
home.packages = with pkgs; [