add awesomeWM config + utility scripts that were in there
This commit is contained in:
parent
a419b86997
commit
986ea52711
27 changed files with 947 additions and 9 deletions
5
scripts/screenshot_active.sh
Executable file
5
scripts/screenshot_active.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
path=$(xdg-user-dir PICTURES)/screenshots/window_$(date "+%Y-%m-%d_%H:%M:%S").png
|
||||
mkdir -p $(xdg-user-dir PICTURES)/screenshots
|
||||
maim -u -i $(xdotool getactivewindow) -o $path
|
||||
xclip -selection clipboard -target image/png -i $path
|
Loading…
Add table
Add a link
Reference in a new issue