mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
sway/config.d: add grimshot.conf
This commit is contained in:
parent
7eeb5fa73e
commit
ff4d1af6cc
23
conf/sway/config.d/grimshot.conf
Normal file
23
conf/sway/config.d/grimshot.conf
Normal file
@ -0,0 +1,23 @@
|
||||
# Improved from `man grimshot`
|
||||
|
||||
# It will store things to XDG_SCREENSHOTS_DIR.
|
||||
# Run `xdg-user-dirs-update`, edit `~/.config/user-dirs.dirs` and rerun
|
||||
# Create the directory if it doesn't exist, and screenshots will start
|
||||
# going there.
|
||||
|
||||
# To not repeat the --notify so much
|
||||
set $grimshot grimshot --notify
|
||||
|
||||
# Shift+PrintScreen: Current window
|
||||
bindsym Shift+Print exec $grimshot save active
|
||||
|
||||
# Super+Shift+Print: Select area
|
||||
bindsym $mod+Shift+Print exec $grimshot save area
|
||||
|
||||
# Super+Alt+p (or PrintScreen) Current output
|
||||
bindsym $mod+Mod1+p exec $grimshot save output
|
||||
bindsym Print exec $grimshot save output
|
||||
|
||||
# Super+Ctrl+p (or Super+Ctrl+PrintScreen) Select a window
|
||||
bindsym $mod+Ctrl+p exec $grimshot save window
|
||||
bindsym $mod+Ctrl+Print exec $grimshot save window
|
Loading…
Reference in New Issue
Block a user