update sway config

This commit is contained in:
Fabian Montero 2025-08-08 15:32:20 -06:00
parent 9dc042fcce
commit b149e90f67
Signed by: fabian
GPG key ID: 1FFAC35E1798174F

View file

@ -15,7 +15,6 @@ in {
home.sessionVariables = { home.sessionVariables = {
"BEMENU_BACKEND" = "wayland"; "BEMENU_BACKEND" = "wayland";
"BEMENU_RENDERER" = "bemenu-wlroots";
}; };
services = { services = {
@ -146,7 +145,7 @@ in {
"${mod}+l" = "exec ${getExe pkgs.gtklock} -d"; "${mod}+l" = "exec ${getExe pkgs.gtklock} -d";
"${mod}+Return" = "exec ${lib.getExe pkgs.kitty} ${lib.getExe pkgs.tmux}"; "${mod}+Return" = "exec ${lib.getExe pkgs.kitty} ${lib.getExe pkgs.tmux}";
"${mod}+Shift+s" = "exec ${grimshot} copy area"; "${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}+Tab" = "focus right";
"${mod}+Shift+Tab" = "focus left"; "${mod}+Shift+Tab" = "focus left";
"${mod}+Shift+w" = "move workspace to output right"; "${mod}+Shift+w" = "move workspace to output right";