Using Sandbox as a Chrome application (full screen mode)
Last updated
Was this helpful?
Was this helpful?
# moves bar menu to left
xfconf-query -c xfce4-panel -p /panels/panel-1/mode -n -t int -s 1 &
# hides the icons on the bottom
xfconf-query -c xfce4-panel -p /panels/panel-2/autohide-behavior -n -t int -s 2 &
# adds 4 workspaces
xfconf-query -c xfwm4 -p /general/workspace_count -s 4 &
# TODO: adds 'Worksapce Switcher' F11 to bar menu