Compare commits
2 commits
e76f2b53ce
...
2df4f84bd2
Author | SHA1 | Date | |
---|---|---|---|
2df4f84bd2 | |||
332380b875 |
2 changed files with 3 additions and 3 deletions
|
@ -114,8 +114,10 @@ _: {
|
|||
"$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 -
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
@ -39,8 +39,6 @@ in {
|
|||
];
|
||||
};
|
||||
|
||||
programs.xwayland.enable = true;
|
||||
|
||||
environment.sessionVariables = {
|
||||
GBM_BACKEND = "nvidia-drm";
|
||||
__GL_GSYNC_ALLOWED = "0";
|
||||
|
|
Loading…
Reference in a new issue