From c23806d070c2d7c321caa9f0ebec80d2785c1958 Mon Sep 17 00:00:00 2001 From: Hirusha Adikari <36286877+hirusha-adi@users.noreply.github.com> Date: Sat, 27 May 2023 18:56:04 +0530 Subject: [PATCH] load xfce panel settings --- readme.md | 30 ------------------------------ setup.sh | 4 ++-- 2 files changed, 2 insertions(+), 32 deletions(-) diff --git a/readme.md b/readme.md index 5e0a6c1..30236e0 100644 --- a/readme.md +++ b/readme.md @@ -14,38 +14,8 @@ sudo apt update && sudo apt upgrade -y sudo apt install dconf-editor -y ``` -# Saving Settings - -- dconf Settings: `papol.conf` - -``` -dconf dump / > papol.conf -``` - -- xfce4 Panel Settings: `xfce4-panel.xml` - -``` -cp ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml xfce4-panel.xml -``` - -- bash Settings: `.bashrc`, `.bash_aliases` - -``` -cp ~/.bashrc .bashrc -``` - -``` -cp ~/.bash_aliases .bash_aliases -``` - # Loading Settings -- xfce4 Panel Settings: `xfce4-panel.xml` - -``` -cp -f xfce4-panel.xml ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml -``` - - dconf Settings: `papol.conf` ``` diff --git a/setup.sh b/setup.sh index a49141b..8bfd9bb 100644 --- a/setup.sh +++ b/setup.sh @@ -9,5 +9,5 @@ sudo apt install dconf-editor -y # load dconf settings dconf load / < papol.conf -# xfce4 panel settings -cp -f ./xfce4-panel.xml ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml +# copy xfce settings +cp -f ./.config/xfce4 ~/.config/xfce4 \ No newline at end of file