3 changed files with 13 additions and 2 deletions
@ -0,0 +1,6 @@
|
||||
#!/bin/bash |
||||
# source: https://askubuntu.com/questions/984003/how-to-hide-xfce4-panel-in-full-screen-mode |
||||
|
||||
sleep 10 |
||||
wmctrl -r "xfce4-panel" -b add,below |
||||
|
||||
Loading…
Reference in new issue