Adds new screenshot script
This commit is contained in:
parent
c5b55c5459
commit
064740cbf4
3 changed files with 63 additions and 150 deletions
|
|
@ -84,8 +84,8 @@ bindm = $mainMod SHIFT, mouse:273, resizewindow
|
|||
|
||||
# Stuff
|
||||
bind = $mainMod, N, exec, $scriptsDir/LockScreen.sh # screen lock
|
||||
bind = , Print, exec, $scriptsDir/ScreenShot.sh --area # screenshot (area)
|
||||
bind = , F12, exec, $scriptsDir/ScreenShot.sh --active # screenshot (active window only)
|
||||
bind = , Print, exec, $scriptsDir/screenshot.sh area # screenshot (area)
|
||||
bind = , F12, exec, $scriptsDir/screenshot.sh active # screenshot (active window only)
|
||||
|
||||
bind = $mainMod SHIFT, N, exec, $scriptsDir/anyrun/Toolkit.sh # swayNC notification panel
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue