Compare commits

..

No commits in common. "2df4f84bd22a20b5a47204e4fa455274c83c4861" and "e76f2b53cecaa0733f13192e69bfd01e3ae1494f" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View file

@ -114,10 +114,8 @@ _: {
"$mod SHIFT, 8, movetoworkspace, 8"
"$mod SHIFT, 9, movetoworkspace, 9"
"$mod SHIFT, 10, movetoworkspace, 10"
", Print, exec, grim -g $(slurp) - | swappy -f -"
];
};
extraConfig = ''
bind =, Print, exec, grim -g "$(slurp)" - | swappy -f -
'';
};
}

View file

@ -39,6 +39,8 @@ in {
];
};
programs.xwayland.enable = true;
environment.sessionVariables = {
GBM_BACKEND = "nvidia-drm";
__GL_GSYNC_ALLOWED = "0";