fix(screenshots): better binds

This commit is contained in:
kenji
2026-01-02 00:33:54 -06:00
parent ec70617dc2
commit 5b541fc4ad
3 changed files with 16 additions and 1 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -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"
:
+14
View File
@@ -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
'';
} }