diff --git a/home-manager/modules/sway/default.nix b/home-manager/modules/sway/default.nix index b0ce164..131e90e 100644 --- a/home-manager/modules/sway/default.nix +++ b/home-manager/modules/sway/default.nix @@ -263,7 +263,7 @@ in terminal = "${pkgs.foot}/bin/foot"; window = { - border = "pixel"; + border = 1; titlebar = false; }; diff --git a/users/erwin/work.nix b/users/erwin/work.nix index fea948f..0eb793c 100644 --- a/users/erwin/work.nix +++ b/users/erwin/work.nix @@ -151,6 +151,8 @@ in extraKeybindings = { "Ctrl+Alt+1" = "exec ${pkgs.wayvnc}/bin/wayvncctl output-set DP-1"; "Ctrl+Alt+2" = "exec ${pkgs.wayvnc}/bin/wayvncctl output-set DP-3"; + "Mod4+Ctrl+l" = "output DP-1 enable, output DP-3 enable, output HDMI-A-1 disable"; + "Mod4+Ctrl+r" = "output DP-1 disable, output DP-3 disable, output HDMI-A-1 enable"; }; }; swaynotificationcenter.enable = true;