mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
DUpdate
This commit is contained in:
parent
614ca0f5ad
commit
f0b9fdeecc
1 changed files with 5 additions and 3 deletions
|
|
@ -77,9 +77,11 @@ bindsym $mod+p exec vlc
|
||||||
bindsym $mod+d exec discord
|
bindsym $mod+d exec discord
|
||||||
|
|
||||||
# Take screenshots
|
# Take screenshots
|
||||||
bindsym Print exec "scrot -b '%Y-%m-%d-%H%M%S-sechacklabs.png' -e 'mv $f /home/sechacklabs/Pictures/Screenshots/'"
|
bindsym Print exec "maim -s --format=png | xclip -selection clipboard -t image/png"
|
||||||
bindsym $mod+Print exec "scrot -u '%Y-%m-%d-%H%M%S-sechacklabs.png' -e 'mv $f /home/sechacklabs/Pictures/Screenshots/'"
|
bindsym --release Control+Print exec "image=`date '+%Y-%m-%d-%H%M%S'`-sechacklabs.png; scrot -s -z $image -e 'mv $f /home/sechacklabs/Pictures/Screenshots/'; xclip -selection clipboard -t image/png -i /home/sechacklabs/Pictures/Screenshots/$image"
|
||||||
bindsym --release Shift+Print exec "scrot -s -z '%Y-%m-%d-%H%M%S-sechacklabs.png' -e 'mv $f /home/sechacklabs/Pictures/Screenshots/'"
|
bindsym Shift+Print exec "image=`date '+%Y-%m-%d-%H%M%S'`-sechacklabs.png; scrot -b $image -e 'mv $f /home/sechacklabs/Pictures/Screenshots/'; xclip -selection clipboard -t image/png -i /home/sechacklabs/Pictures/Screenshots/$image"
|
||||||
|
bindsym $mod+Print exec "image=`date '+%Y-%m-%d-%H%M%S'`-sechacklabs.png; scrot -u $image -e 'mv $f /home/sechacklabs/Pictures/Screenshots/'; xclip -selection clipboard -t image/png -i /home/sechacklabs/Pictures/Screenshots/$image"
|
||||||
|
|
||||||
|
|
||||||
# Monitor brigthness
|
# Monitor brigthness
|
||||||
bindcode 233 exec xbacklight -inc 5
|
bindcode 233 exec xbacklight -inc 5
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue