Try to fix screenshots

This commit is contained in:
LarsZauberer 2024-04-17 10:45:18 +02:00
commit f79245c06f

View file

@ -120,7 +120,8 @@ in {
"$mod, F, fullscreen" "$mod, F, fullscreen"
# Screenshot # Screenshot
"$mod SHIFT, s, exec, grim -g '$(slurp -d)' - | wl-copy" "$mod SHIFT, s, exec, grim -g \"$(slurp -d)\" - | wl-copy"
] ]
++ ( ++ (
builtins.concatLists (builtins.genList ( builtins.concatLists (builtins.genList (
@ -136,6 +137,11 @@ in {
) )
10) 10)
); );
# Mouse movement
bindm = [
"$mod, mouse:272, movewindow"
"$mod, mouse:273, resizewindow"
];
} cfg.extra]; } cfg.extra];
}; };
}; };