diff --git a/home/modules/gui/sway.nix b/home/modules/gui/sway.nix index eeb51c6..5465d68 100644 --- a/home/modules/gui/sway.nix +++ b/home/modules/gui/sway.nix @@ -15,7 +15,6 @@ in { home.sessionVariables = { "BEMENU_BACKEND" = "wayland"; - "BEMENU_RENDERER" = "bemenu-wlroots"; }; services = { @@ -146,7 +145,7 @@ in { "${mod}+l" = "exec ${getExe pkgs.gtklock} -d"; "${mod}+Return" = "exec ${lib.getExe pkgs.kitty} ${lib.getExe pkgs.tmux}"; "${mod}+Shift+s" = "exec ${grimshot} copy area"; - "${mod}+Shift+a" = "exec ${grimshot} copy active"; + "${mod}+Shift+a" = "exec ${grimshot} copy output"; "${mod}+Tab" = "focus right"; "${mod}+Shift+Tab" = "focus left"; "${mod}+Shift+w" = "move workspace to output right";