Add scripts to add or remove window decorations
This commit is contained in:
parent
509ea4128b
commit
7700db358c
2 changed files with 2 additions and 0 deletions
1
bin/+decor
Executable file
1
bin/+decor
Executable file
|
@ -0,0 +1 @@
|
||||||
|
xprop -f _MOTIF_WM_HINTS 32c -set _MOTIF_WM_HINTS "0x2, 0x0, 0x1, 0x0, 0x0"
|
1
bin/-decor
Executable file
1
bin/-decor
Executable file
|
@ -0,0 +1 @@
|
||||||
|
xprop -f _MOTIF_WM_HINTS 32c -set _MOTIF_WM_HINTS "0x2, 0x0, 0x0, 0x0, 0x0"
|
Loading…
Reference in a new issue