Add scripts to add or remove window decorations

This commit is contained in:
Talia 2020-02-18 16:57:13 +01:00
parent 509ea4128b
commit 7700db358c
2 changed files with 2 additions and 0 deletions

1
bin/+decor Executable file
View File

@ -0,0 +1 @@
xprop -f _MOTIF_WM_HINTS 32c -set _MOTIF_WM_HINTS "0x2, 0x0, 0x1, 0x0, 0x0"

1
bin/-decor Executable file
View File

@ -0,0 +1 @@
xprop -f _MOTIF_WM_HINTS 32c -set _MOTIF_WM_HINTS "0x2, 0x0, 0x0, 0x0, 0x0"