Try to fix screenshots
This commit is contained in:
parent
ff55b2c3a2
commit
2f2166d66d
1 changed files with 7 additions and 1 deletions
|
@ -120,7 +120,8 @@ in {
|
|||
"$mod, F, fullscreen"
|
||||
|
||||
# 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 (
|
||||
|
@ -136,6 +137,11 @@ in {
|
|||
)
|
||||
10)
|
||||
);
|
||||
# Mouse movement
|
||||
bindm = [
|
||||
"$mod, mouse:272, movewindow"
|
||||
"$mod, mouse:273, resizewindow"
|
||||
];
|
||||
} cfg.extra];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue