add awesomeWM config + utility scripts that were in there

This commit is contained in:
Crispy 2023-03-13 21:20:54 +01:00
parent a419b86997
commit 986ea52711
27 changed files with 947 additions and 9 deletions

5
scripts/screenshot_active.sh Executable file
View 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