You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/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 |
|
|
|
|