Change locaiton of screengrab script

This commit is contained in:
Joren 2024-09-23 14:49:15 +02:00
parent 36aedee36f
commit 159b677f0a
Signed by: Joren
GPG Key ID: 280E33DFBC0F1B55

View File

@ -309,11 +309,11 @@ input "5215:485:SEMICO_USB_Keyboard" {
# #
# #
# Full Screen # Full Screen
bindsym Print exec screengrab --full bindsym Print exec /home/joren/scripts/ScreenShot/screengrab --full
# Window Capture # Window Capture
bindsym ctrl+Print exec screengrab --window bindsym ctrl+Print exec /home/joren/scripts/ScreenShot/screengrab --window
# Selection # Selection
bindsym ctrl+shift+Print exec screengrab --select bindsym ctrl+shift+Print exec /home/joren/scripts/ScreenShot/screengrab --select
# Lock # Lock
bindsym ctrl+alt+L exec swaylock --clock --indicator --screenshots --effect-scale 0.4 --effect-vignette 0.2:0.5 --effect-blur 4x2 --datestr "%a %e.%m.%Y" --timestr "%k:%M" bindsym ctrl+alt+L exec swaylock --clock --indicator --screenshots --effect-scale 0.4 --effect-vignette 0.2:0.5 --effect-blur 4x2 --datestr "%a %e.%m.%Y" --timestr "%k:%M"