Skip to content

Instantly share code, notes, and snippets.

@abiosoft
Forked from valc93/xgala.txt
Created August 25, 2018 12:00
Show Gist options
  • Save abiosoft/e8e99026278667e7f8aee02bd57a22b7 to your computer and use it in GitHub Desktop.
Save abiosoft/e8e99026278667e7f8aee02bd57a22b7 to your computer and use it in GitHub Desktop.
XFCE + GALA
Source: https://www.reddit.com/r/linux/comments/14heuu/xfce_gala_plank_awesome/
Add the elementary daily ppa and install gala + plank + dconf-tools
sudo apt-add-repository ppa:elementary-os/daily
sudo apt-get update $$ sudo apt-get dist-upgrade
sudo apt-get install gala plank dconf-tools gtk2-engines-pixbuf
Set gala as xfce's default window manager
cp /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
nano ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
replace "xfwm4" with "gala"
Put min/max/close buttons on the right
open dconf-editor:
org pantheon desktop gala appearance
button-layout: :minimize,maximize,close
other stuff:
org gnome application interface
change the fonts
gtk-theme
org gnome application wm preferences
theme and font too
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment