Compare commits
No commits in common. "2df4f84bd22a20b5a47204e4fa455274c83c4861" and "e76f2b53cecaa0733f13192e69bfd01e3ae1494f" have entirely different histories.
2df4f84bd2
...
e76f2b53ce
2 changed files with 3 additions and 3 deletions
|
@ -114,10 +114,8 @@ _: {
|
||||||
"$mod SHIFT, 8, movetoworkspace, 8"
|
"$mod SHIFT, 8, movetoworkspace, 8"
|
||||||
"$mod SHIFT, 9, movetoworkspace, 9"
|
"$mod SHIFT, 9, movetoworkspace, 9"
|
||||||
"$mod SHIFT, 10, movetoworkspace, 10"
|
"$mod SHIFT, 10, movetoworkspace, 10"
|
||||||
|
", Print, exec, grim -g $(slurp) - | swappy -f -"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
extraConfig = ''
|
|
||||||
bind =, Print, exec, grim -g "$(slurp)" - | swappy -f -
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -39,6 +39,8 @@ in {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.xwayland.enable = true;
|
||||||
|
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
GBM_BACKEND = "nvidia-drm";
|
GBM_BACKEND = "nvidia-drm";
|
||||||
__GL_GSYNC_ALLOWED = "0";
|
__GL_GSYNC_ALLOWED = "0";
|
||||||
|
|
Loading…
Reference in a new issue