File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
- { ...} : {
1
+ { pkgs , ...} : let
2
+ flameshotWithWaylandSupport = pkgs . flameshot . override {
3
+ enableWlrSupport = true ;
4
+ } ;
5
+ in {
2
6
services . flameshot = {
3
7
enable = true ;
8
+ package = flameshotWithWaylandSupport ;
4
9
settings = {
5
10
General = {
6
11
copyPathAfterSave = true ;
Original file line number Diff line number Diff line change 295
295
"XF86AudioPrev" = "exec playerctl previous" ;
296
296
297
297
# Screenshots
298
- "Print" = "exec flameshot gui" ;
299
- "Shift+Print" = "exec flameshot full --clipboard --path ~/Pictures/Flameshot/" ;
298
+ "Print" = "exec QT_SCALE_FACTOR=0.5 flameshot gui" ;
299
+ "Shift+Print" = "exec QT_SCALE_FACTOR=0.5 flameshot full --clipboard --path ~/Pictures/Flameshot/" ;
300
300
301
301
# Press $mod+Shift+g to enter the gap mode. Choose o or i for modifying outer/inner gaps.
302
302
# Press one of + / - (in-/decrement for current workspace) or 0 (remove gaps for current workspace).
You can’t perform that action at this time.
0 commit comments