Add Gimp configuration in herbstluftwm
This commit is contained in:
parent
f5f1259737
commit
6b709924b9
1 changed files with 17 additions and 0 deletions
17
gimp/.config/herbstluftwm/autostart.d/gimp.sh
Normal file
17
gimp/.config/herbstluftwm/autostart.d/gimp.sh
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# GIMP
|
||||||
|
# ensure there is a gimp tag
|
||||||
|
hc add gimp
|
||||||
|
hc load gimp '
|
||||||
|
(split horizontal:0.850000:1
|
||||||
|
(split horizontal:0.150000:0
|
||||||
|
(clients vertical:0)
|
||||||
|
(clients grid:0))
|
||||||
|
(clients vertical:0))
|
||||||
|
' # load predefined layout
|
||||||
|
# center all other gimp windows on gimp tag
|
||||||
|
hc rule class=Gimp tag=gimp index=01 pseudotile=on
|
||||||
|
hc rule class=Gimp windowrole~'gimp-(image-window|toolbox|dock)' pseudotile=off
|
||||||
|
hc rule class=Gimp windowrole=gimp-toolbox-1 focus=off index=00
|
||||||
|
hc rule class=Gimp windowrole=gimp-dock-1 focus=off index=1
|
||||||
|
hc rule class=Gimp windowrole=gimp-image-window-1 pseudotile=off switchtag=on \
|
||||||
|
focus=on
|
Loading…
Reference in a new issue