fix(screenshots): better binds
This commit is contained in:
@@ -67,6 +67,7 @@
|
|||||||
# Screenshots
|
# Screenshots
|
||||||
"SUPER, S, Screenshot Region (with edit), exec, screenshot region"
|
"SUPER, S, Screenshot Region (with edit), exec, screenshot region"
|
||||||
"SUPER SHIFT, S, Screenshot Active Window, exec, screenshot window"
|
"SUPER SHIFT, S, Screenshot Active Window, exec, screenshot window"
|
||||||
|
"SUPER ALT, S, Quick Screenshot (no edit), exec, screenshot region-save"
|
||||||
"SUPER ALT SHIFT, S, Screenshot Current Monitor, exec, screenshot screen"
|
"SUPER ALT SHIFT, S, Screenshot Current Monitor, exec, screenshot screen"
|
||||||
|
|
||||||
# Special workspace
|
# Special workspace
|
||||||
|
|||||||
@@ -50,4 +50,4 @@ output_path = "~/.config/hypr/hyprlock-colors.conf"
|
|||||||
input_path = "~/.config/matugen/templates/mako"
|
input_path = "~/.config/matugen/templates/mako"
|
||||||
output_path = "~/.config/mako/config"
|
output_path = "~/.config/mako/config"
|
||||||
post_hook = "makoctl reload"
|
post_hook = "makoctl reload"
|
||||||
|
:
|
||||||
|
|||||||
@@ -42,4 +42,18 @@ in {
|
|||||||
|
|
||||||
# Create Screenshots directory
|
# Create Screenshots directory
|
||||||
home.file."Pictures/Screenshots/.keep".text = "";
|
home.file."Pictures/Screenshots/.keep".text = "";
|
||||||
|
|
||||||
|
# Swappy configuration
|
||||||
|
home.file.".config/swappy/config".text = ''
|
||||||
|
[Default]
|
||||||
|
save_dir=$HOME/Pictures/Screenshots
|
||||||
|
save_filename_format=screenshot_%Y%m%d_%H%M%S.png
|
||||||
|
show_panel=true
|
||||||
|
line_size=5
|
||||||
|
text_size=20
|
||||||
|
text_font=sans-serif
|
||||||
|
paint_mode=brush
|
||||||
|
early_exit=false
|
||||||
|
fill_shape=false
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user