move screenshot scripts into repo
This commit is contained in:
parent
7623dbd2e9
commit
3a49c4cd07
3 changed files with 6 additions and 2 deletions
4
keys
4
keys
|
|
@ -134,8 +134,8 @@ Control Mod4 F11 :TakeToWorkspace 11
|
||||||
Control Mod4 F12 :TakeToWorkspace 12
|
Control Mod4 F12 :TakeToWorkspace 12
|
||||||
|
|
||||||
# screenshot
|
# screenshot
|
||||||
Print :Exec scrsht.sh
|
Print :Exec ~/.fluxbox/scripts/scrsht.sh
|
||||||
Shift Print :Exec scrshtsel.sh
|
Shift Print :Exec ~/.fluxbox/scripts/scrshtsel.sh
|
||||||
|
|
||||||
# file manager
|
# file manager
|
||||||
Mod4 E :Exec thunar
|
Mod4 E :Exec thunar
|
||||||
|
|
|
||||||
2
scripts/scrsht.sh
Executable file
2
scripts/scrsht.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
scrot -e 'xclip -selection clipboard -t image/png -i $f' -o ~/scrsht.png
|
||||||
2
scripts/scrshtsel.sh
Executable file
2
scripts/scrshtsel.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
scrot -e 'xclip -selection clipboard -t image/png -i $f' -o -s ~/scrsht.png
|
||||||
Loading…
Add table
Reference in a new issue