You are not logged in.
Pages: 1
Hi,
Is there a way to remove the window edges on the sides and bottom but keep the title bar ?
Offline
Yes, remove the left, right and bottom elements of the xfwm4 theme. You can follow this process (using Plata as an example).
Create a custom theme:
mkdir -p ~/.themes/MyTheme/xfwm4
cd ~/.themes/MyTheme/xfwm4
--
Copy over the xfwm4 elements of the plata theme:
cp /usr/share/themes/Plata/xfwm4/* .
--
Delete the left, right and bottom elements:
rm left*
rm right*
rm bottom*
Test the theme by setting it in the Window Manager configuration dialog.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Thanks, you're awesome.
Offline
Pages: 1
[ Generated in 0.006 seconds, 7 queries executed - Memory usage: 523.46 KiB (Peak: 532.14 KiB) ]