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 Dconf-editor state=floating
|
||||||
bspc rule -a Thunar state=floating
|
bspc rule -a Thunar state=floating
|
||||||
bspc rule -a Xarchiver state=floating
|
bspc rule -a Xarchiver state=floating
|
||||||
|
bspc rule -a L3afpad state=floating
|
||||||
|
|
||||||
# start screen locker
|
# start screen locker
|
||||||
xset s 600 5
|
xset s 600 5
|
||||||
|
@ -28,10 +28,10 @@ super + p
|
|||||||
|
|
||||||
# print screen
|
# print screen
|
||||||
Print
|
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
|
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:
|
# make sxhkd reload its configuration files:
|
||||||
super + Escape
|
super + Escape
|
||||||
|
Loading…
x
Reference in New Issue
Block a user