Compare commits

...

2 commits

Author SHA1 Message Date
2df4f84bd2
hyprland: define grim in extraConfig
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
2023-07-21 09:41:47 -04:00
332380b875
wayland: disable xwayland 2023-07-21 09:41:35 -04:00
2 changed files with 3 additions and 3 deletions

View file

@ -114,8 +114,10 @@ _: {
"$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 -
'';
}; };
} }

View file

@ -39,8 +39,6 @@ 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";