<<TableOfContents(2)>>
= xfce =
 * https://xfce.org/
Xfce is a lightweight desktop environment for UNIX-like operating systems. It aims to be fast and low on system resources, while still being visually appealing and user friendly.

== Choose desktop environment in Slackware ==
Run '''xwmconfig''' and choose '''xinitrc.xfce''' .

== Tools ==
 * Thunar File Manager (thunar)
 * Terminal (xfce4-terminal)
 * Mousepad (mousepad)

== Thunar ==

Can open SSH remote file system with URL '''sftp://remote.host''' .

== Install on debian ==
{{{#!highlight sh
sudo apt install task-xfce-desktop
# choose Xfce Session
sudo dpkg-reconfigure lightdm 
sudo apt install xfce4-battery-plugin
sudo apt install xfce4-screenshooter 
}}}