Regenerated

This commit is contained in:
2026-04-02 15:38:40 +02:00
parent a12f3de7b3
commit 722fe1b797
4 changed files with 318 additions and 306 deletions
+306 -302
View File
File diff suppressed because it is too large Load Diff
+6 -2
View File
@@ -469,6 +469,10 @@ in
SCREENSHOT_TOOL = "flameshot";
USERNAME = username;
};
# Ensure the screenshots folder exists
home.directories = ["Pictures/Screenshots"];
};
};
}
#+END_SRC
@@ -1944,8 +1948,8 @@ bindm = $mainMod, mouse:273, resizewindow
#########################
# Screenshots
#########################
bind = $mainMod SHIFT, s, exec, grim -g "$(slurp)" - | wl-copy
bind = , XF86Screenshot, exec, grim - | wl-copy
bind = $mainMod SHIFT, s, exec, flameshot gui
bind = , XF86Screenshot, exec, flameshot full -c -p ~/Pictures/Screenshots
#########################
# Audio (pamixer)
@@ -102,8 +102,8 @@ bindm = $mainMod, mouse:273, resizewindow
#########################
# Screenshots
#########################
bind = $mainMod SHIFT, s, exec, grim -g "$(slurp)" - | wl-copy
bind = , XF86Screenshot, exec, grim - | wl-copy
bind = $mainMod SHIFT, s, exec, flameshot gui
bind = , XF86Screenshot, exec, flameshot full -c -p ~/Pictures/Screenshots
#########################
# Audio (pamixer)
@@ -20,5 +20,9 @@ in
SCREENSHOT_TOOL = "flameshot";
USERNAME = username;
};
# Ensure the screenshots folder exists
home.directories = ["Pictures/Screenshots"];
};
};
}