Added script to remove the titlebar when maximized
This commit is contained in:
parent
2e46fcb240
commit
8abaa306bb
4
removeTitlebar.sh
Executable file
4
removeTitlebar.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
xprop -id $(xprop -root 32x '\t$0' _NET_ACTIVE_WINDOW | cut -f 2) -f _GTK_HIDE_TITLEBAR_WHEN_MAXIMIZED 32c -set _GTK_HIDE_TITLEBAR_WHEN_MAXIMIZED 0x1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user