User Tools

Site Tools


software:windows_starting_under_panels

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:windows_starting_under_panels [2025/10/23 00:49] timbsoftware:windows_starting_under_panels [2025/10/23 02:00] (current) timb
Line 1: Line 1:
 +====== Windows Utarting Under Panels ======
 +
 See also [[Xubuntu|]], [[XFCE|]], [[Index|]] See also [[Xubuntu|]], [[XFCE|]], [[Index|]]
  
Line 9: Line 11:
 This was the code I used to fix it so that windows would start correctly: This was the code I used to fix it so that windows would start correctly:
  
-{{{+<code>
 timothy@kb0odu:~$ xfconf-query -c xfce4-panel -p /panels/panel-0/disable-struts true timothy@kb0odu:~$ xfconf-query -c xfce4-panel -p /panels/panel-0/disable-struts true
-timothy@kb0odu:~$ xfconf-query -c xfce4-panel -p /panels/panel-0/disable-struts -t bool -n -s false\\ +timothy@kb0odu:~$ xfconf-query -c xfce4-panel -p /panels/panel-0/disable-struts -t bool -n -s false 
-timothy@kb0odu:~$ xfconf-query -c xfce4-panel -p /panels/panel-0/disable-struts\\ +timothy@kb0odu:~$ xfconf-query -c xfce4-panel -p /panels/panel-0/disable-struts false 
-false\\ +timothy@kb0odu:~$ xfconf-query -c xfce4-panel -p /panels/panel-1/disable-struts true 
-timothy@kb0odu:~$ xfconf-query -c xfce4-panel -p /panels/panel-1/disable-struts\\ +timothy@kb0odu:~$ xfconf-query -c xfce4-panel -p /panels/panel-1/disable-struts -t bool -n -s false 
-true\\ +timothy@kb0odu:~$ 
-timothy@kb0odu:~$ xfconf-query -c xfce4-panel -p /panels/panel-1/disable-struts -t bool -n -s false\\ +</code> 
-timothy@kb0odu:~$\\ + 
-}}}\\+
 I had to run the code for both panel-0 (top panel) and panel-1 (the bottom panel). I had to run the code for both panel-0 (top panel) and panel-1 (the bottom panel).
software/windows_starting_under_panels.1761180567.txt.gz · Last modified: by timb