added screenshot functionality to i3

This commit is contained in:
2024-06-25 20:19:07 +10:00
parent 4c230daf48
commit 71cb2fc599
2 changed files with 11 additions and 2 deletions

View File

@@ -12,6 +12,15 @@ exec --no-startup-id xset s off -dpms
exec_always killall polybar
exec_always --no-startup-id ~/.config/polybar/launch_polybar.sh
bindsym Print exec maim "$HOME/pictures/screenshots/$(date).png"
bindsym $mod+Print exec maim --window $(xdotool getactivewindow) "$HOME/pictures/screenshots/$(date).png"
bindsym Shift+Print exec maim --select "$HOME/pictures/screenshots/$(date).png"
## Clipboard Screenshots
bindsym Ctrl+Print exec maim | xclip -selection clipboard -t image/png
bindsym Ctrl+$mod+Print exec maim --window $(xdotool getactivewindow) | xclip -selection clipboard -t image/png
bindsym Ctrl+Shift+Print exec maim --select | xclip -selection clipboard -t image/png
exec --no-startup-id dex --autostart --environment i3
exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
exec --no-startup-id nm-applet

View File

@@ -426,6 +426,6 @@ wintypes:
tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; };
dock = { shadow = false; clip-shadow-above = true; }
dnd = { shadow = false; }
popup_menu = { opacity = 0.8; }
dropdown_menu = { opacity = 0.8; }
popup_menu = { opacity = 1.0; }
dropdown_menu = { opacity = 1.0; }
};