bspwm floating rule, screenshot fix
This commit is contained in:
parent
c5bea43ba9
commit
021244fed5
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user