bspwm floating rule, screenshot fix

This commit is contained in:
azpsen 2024-01-31 15:55:59 -06:00
parent c5bea43ba9
commit 021244fed5
2 changed files with 3 additions and 2 deletions

View File

@ -22,6 +22,7 @@ bspc rule -a Sxiv state=floating
bspc rule -a Dconf-editor state=floating
bspc rule -a Thunar state=floating
bspc rule -a Xarchiver state=floating
bspc rule -a L3afpad state=floating
# start screen locker
xset s 600 5

View File

@ -28,10 +28,10 @@ super + p
# print screen
Print
path="$HOME/pictures/screenshots/$(date +"%s - %Y-%m-%d").png" && maim "$path" && xclip -selection clipboard -t image/png "$path"
path="$HOME/pic/screenshots/$(date +"%s - %Y-%m-%d").png" && maim "$path" && xclip -selection clipboard -t image/png "$path"
shift + Print
path="$HOME/pictures/screenshots/$(date +"%s - %Y-%m-%d").png" && maim -s "$path" && xclip -selection clipboard -t image/png "$path"
path="$HOME/pic/screenshots/$(date +"%s - %Y-%m-%d").png" && maim -s "$path" && xclip -selection clipboard -t image/png "$path"
# make sxhkd reload its configuration files:
super + Escape