Regenerated
This commit is contained in:
+306
-302
File diff suppressed because it is too large
Load Diff
+6
-2
@@ -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"];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user