changed screenshot keybinds
This commit is contained in:
@@ -17,14 +17,21 @@ exec_always --no-startup-id ~/.config/polybar/launch_polybar.sh
|
|||||||
# rebind down arrow to left click (for osrs spam)
|
# rebind down arrow to left click (for osrs spam)
|
||||||
#bindsym Down exec xdotool click 1
|
#bindsym Down exec xdotool click 1
|
||||||
|
|
||||||
bindsym Print exec maim "$HOME/pictures/screenshots/$(date).png"
|
## Screenshots
|
||||||
bindsym $mod+Print exec maim --window $(xdotool getactivewindow) "$HOME/pictures/screenshots/$(date).png"
|
# Clip selection to clipboard
|
||||||
bindsym Shift+Print exec maim --select "$HOME/pictures/screenshots/$(date).png"
|
bindsym Print exec maim --select | xclip -selection clipboard -t image/png
|
||||||
|
# Clip active window to clipboard
|
||||||
|
bindsym $mod+Print exec maim --window $(xdotool getactivewindow) | xclip -selection clipboard -t image/png
|
||||||
|
# Clip all windows to clipboard
|
||||||
|
bindsym Shift+Print exec maim | xclip -selection clipboard -t image/png
|
||||||
|
|
||||||
## Clipboard Screenshots
|
## Clipboard Screenshots
|
||||||
bindsym Ctrl+Print exec maim | xclip -selection clipboard -t image/png
|
# Save selection to file
|
||||||
bindsym Ctrl+$mod+Print exec maim --window $(xdotool getactivewindow) | xclip -selection clipboard -t image/png
|
bindsym Ctrl+Print exec maim --select "$HOME/pictures/screenshots/$(date).png"
|
||||||
bindsym Ctrl+Shift+Print exec maim --select | xclip -selection clipboard -t image/png
|
# Save active window to file
|
||||||
|
bindsym Ctrl+$mod+Print exec maim --window $(xdotool getactivewindow) "$HOME/pictures/screenshots/$(date).png"
|
||||||
|
# Save all windows to file
|
||||||
|
bindsym Ctrl+Shift+Print exec maim "$HOME/pictures/screenshots/$(date).png"
|
||||||
|
|
||||||
exec --no-startup-id dex --autostart --environment i3
|
exec --no-startup-id dex --autostart --environment i3
|
||||||
exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
|
exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
|
||||||
|
|||||||
Reference in New Issue
Block a user