update sway config
This commit is contained in:
parent
9dc042fcce
commit
b149e90f67
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue