From 82b353d17d3d3258182d5bfdcfddd0ad5776506e Mon Sep 17 00:00:00 2001 From: eneller Date: Fri, 15 Jul 2022 20:36:47 +0200 Subject: [PATCH] remove xfce --- .config/autostart/xfce-pbw.sh | 7 - .config/i3/config | 2 +- .config/xfce4/desktop/icons.screen.latest.rc | 1 - .../xfce4/desktop/icons.screen0-3824x1027.rc | 15 -- .../xfce4/desktop/icons.screen0-3824x1035.rc | 7 - .../xfce4/desktop/icons.screen0-4464x1424.rc | 7 - .config/xfce4/help.rc | 2 - .config/xfce4/helpers.rc | 4 - .config/xfce4/panel/datetime-5.rc | 6 - .config/xfce4/panel/whiskermenu-8.rc | 88 -------- .config/xfce4/panel/xfce4-clipman-actions.xml | 44 ---- .../xfconf/xfce-perchannel-xml/displays.xml | 115 ---------- .../xfce-perchannel-xml/keyboard-layout.xml | 7 - .../xfconf/xfce-perchannel-xml/keyboards.xml | 11 - .../xfconf/xfce-perchannel-xml/pointers.xml | 30 --- .../xfconf/xfce-perchannel-xml/thunar.xml | 42 ---- .../xfce-perchannel-xml/xfce4-desktop.xml | 52 ----- .../xfce4-keyboard-shortcuts.xml | 210 ------------------ .../xfce-perchannel-xml/xfce4-mixer.xml | 6 - .../xfce-perchannel-xml/xfce4-notifyd.xml | 20 -- .../xfce-perchannel-xml/xfce4-panel.xml | 81 ------- .../xfce4-power-manager.xml | 10 - .../xfce-perchannel-xml/xfce4-session.xml | 29 --- .../xfce4-settings-manager.xml | 6 - .../xfconf/xfce-perchannel-xml/xfwm4.xml | 99 --------- .../xfconf/xfce-perchannel-xml/xsettings.xml | 50 ----- 26 files changed, 1 insertion(+), 950 deletions(-) delete mode 100755 .config/autostart/xfce-pbw.sh delete mode 120000 .config/xfce4/desktop/icons.screen.latest.rc delete mode 100644 .config/xfce4/desktop/icons.screen0-3824x1027.rc delete mode 100644 .config/xfce4/desktop/icons.screen0-3824x1035.rc delete mode 100644 .config/xfce4/desktop/icons.screen0-4464x1424.rc delete mode 100644 .config/xfce4/help.rc delete mode 100644 .config/xfce4/helpers.rc delete mode 100644 .config/xfce4/panel/datetime-5.rc delete mode 100644 .config/xfce4/panel/whiskermenu-8.rc delete mode 100644 .config/xfce4/panel/xfce4-clipman-actions.xml delete mode 100644 .config/xfce4/xfconf/xfce-perchannel-xml/displays.xml delete mode 100644 .config/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml delete mode 100644 .config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml delete mode 100644 .config/xfce4/xfconf/xfce-perchannel-xml/pointers.xml delete mode 100644 .config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml delete mode 100644 .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml delete mode 100644 .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml delete mode 100644 .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-mixer.xml delete mode 100644 .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml delete mode 100644 .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml delete mode 100644 .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml delete mode 100644 .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml delete mode 100644 .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml delete mode 100644 .config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml delete mode 100644 .config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml diff --git a/.config/autostart/xfce-pbw.sh b/.config/autostart/xfce-pbw.sh deleted file mode 100755 index 57ecb29..0000000 --- a/.config/autostart/xfce-pbw.sh +++ /dev/null @@ -1,7 +0,0 @@ -#/bin/sh -sleep 5 -xfsettingsd --replace & -sleep 15 -xfsettingsd --replace & -sleep 25 -xfsettingsd --replace & diff --git a/.config/i3/config b/.config/i3/config index a908771..e82712a 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -27,7 +27,7 @@ bar { strip_workspace_numbers yes colors { - background #222D31 + background $black statusline #F9FAF9 separator #454947 focused_workspace #F9FAF9 #16a085 #292F34 diff --git a/.config/xfce4/desktop/icons.screen.latest.rc b/.config/xfce4/desktop/icons.screen.latest.rc deleted file mode 120000 index 79607ed..0000000 --- a/.config/xfce4/desktop/icons.screen.latest.rc +++ /dev/null @@ -1 +0,0 @@ -/home/en/.config/xfce4/desktop/icons.screen0-4464x1424.rc \ No newline at end of file diff --git a/.config/xfce4/desktop/icons.screen0-3824x1027.rc b/.config/xfce4/desktop/icons.screen0-3824x1027.rc deleted file mode 100644 index 1a47c58..0000000 --- a/.config/xfce4/desktop/icons.screen0-3824x1027.rc +++ /dev/null @@ -1,15 +0,0 @@ -[xfdesktop-version-4.10.3+-rcfile_format] -4.10.3+=true - -[Trash] -row=0 -col=0 - -[/] -row=1 -col=0 - -[/home/en] -row=2 -col=0 - diff --git a/.config/xfce4/desktop/icons.screen0-3824x1035.rc b/.config/xfce4/desktop/icons.screen0-3824x1035.rc deleted file mode 100644 index 3a257b9..0000000 --- a/.config/xfce4/desktop/icons.screen0-3824x1035.rc +++ /dev/null @@ -1,7 +0,0 @@ -[xfdesktop-version-4.10.3+-rcfile_format] -4.10.3+=true - -[/] -row=0 -col=0 - diff --git a/.config/xfce4/desktop/icons.screen0-4464x1424.rc b/.config/xfce4/desktop/icons.screen0-4464x1424.rc deleted file mode 100644 index 3a257b9..0000000 --- a/.config/xfce4/desktop/icons.screen0-4464x1424.rc +++ /dev/null @@ -1,7 +0,0 @@ -[xfdesktop-version-4.10.3+-rcfile_format] -4.10.3+=true - -[/] -row=0 -col=0 - diff --git a/.config/xfce4/help.rc b/.config/xfce4/help.rc deleted file mode 100644 index f9a741a..0000000 --- a/.config/xfce4/help.rc +++ /dev/null @@ -1,2 +0,0 @@ -auto-online=false - diff --git a/.config/xfce4/helpers.rc b/.config/xfce4/helpers.rc deleted file mode 100644 index 32affb2..0000000 --- a/.config/xfce4/helpers.rc +++ /dev/null @@ -1,4 +0,0 @@ -FileManager=Thunar -WebBrowser=firefox -MailReader=thunderbird - diff --git a/.config/xfce4/panel/datetime-5.rc b/.config/xfce4/panel/datetime-5.rc deleted file mode 100644 index 6302144..0000000 --- a/.config/xfce4/panel/datetime-5.rc +++ /dev/null @@ -1,6 +0,0 @@ -layout=3 -date_font=Bitstream Vera Sans 8 -time_font=Bitstream Vera Sans 8 -date_format=%Y-%m-%d -time_format=%H:%M - diff --git a/.config/xfce4/panel/whiskermenu-8.rc b/.config/xfce4/panel/whiskermenu-8.rc deleted file mode 100644 index f3a7d6e..0000000 --- a/.config/xfce4/panel/whiskermenu-8.rc +++ /dev/null @@ -1,88 +0,0 @@ -favorites=xfce4-terminal-emulator.desktop,xfce4-file-manager.desktop,xfce4-web-browser.desktop,xfce4-mail-reader.desktop -recent=xfce4-terminal-emulator.desktop,xfce-keyboard-settings.desktop,xfce-display-settings.desktop,firefox.desktop,bitwarden.desktop,org.manjaro.pamac.manager.desktop,thunar.desktop -button-icon=/usr/share/icons/whiskermenu-manjaro.svg -button-single-row=false -show-button-title=false -show-button-icon=true -launcher-show-name=true -launcher-show-description=true -launcher-show-tooltip=true -launcher-icon-size=2 -hover-switch-category=false -category-show-name=true -category-icon-size=1 -sort-categories=true -view-mode=1 -default-category=0 -recent-items-max=10 -favorites-in-recent=true -position-search-alternate=false -position-commands-alternate=false -position-categories-alternate=false -position-categories-horizontal=false -stay-on-focus-out=false -profile-shape=0 -confirm-session-command=true -menu-width=2560 -menu-height=1440 -menu-opacity=100 -command-settings=xfce4-settings-manager -show-command-settings=true -command-lockscreen=xflock4 -show-command-lockscreen=true -command-switchuser=dm-tool switch-to-greeter -show-command-switchuser=true -command-logoutuser=xfce4-session-logout --logout --fast -show-command-logoutuser=false -command-restart=xfce4-session-logout --reboot --fast -show-command-restart=false -command-shutdown=xfce4-session-logout --halt --fast -show-command-shutdown=false -command-suspend=xfce4-session-logout --suspend -show-command-suspend=false -command-hibernate=xfce4-session-logout --hibernate -show-command-hibernate=false -command-logout=xfce4-session-logout -show-command-logout=true -command-menueditor=menulibre -show-command-menueditor=true -command-profile=mugshot -show-command-profile=true -search-actions=6 - -[action0] -name=Man Pages -pattern=# -command=exo-open --launch TerminalEmulator man %s -regex=false - -[action1] -name=Search the Web -pattern=? -command=exo-open --launch WebBrowser https://duckduckgo.com/?q=%u -regex=false - -[action2] -name=Search for Files -pattern=- -command=catfish --path=~ --start %s -regex=false - -[action3] -name=Wikipedia -pattern=!w -command=exo-open --launch WebBrowser https://en.wikipedia.org/wiki/%u -regex=false - -[action4] -name=Run in Terminal -pattern=! -command=exo-open --launch TerminalEmulator %s -regex=false - -[action5] -name=Open URI -pattern=^(file|http|https):\\/\\/(.*)$ -command=exo-open \\0 -regex=true - diff --git a/.config/xfce4/panel/xfce4-clipman-actions.xml b/.config/xfce4/panel/xfce4-clipman-actions.xml deleted file mode 100644 index 84ea9b3..0000000 --- a/.config/xfce4/panel/xfce4-clipman-actions.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - Bugz - bug\s*#?\s*([0-9]+) - 0 - - - GNOME Bug - exo-open http://bugzilla.gnome.org/show_bug.cgi?id=\1 - - - Xfce Bug - exo-open http://bugzilla.xfce.org/show_bug.cgi?id=\1 - - - - - Image - (http|ftp).+\.(jpg|png|gif) - 0 - - - View with Ristretto - ristretto "\0" - - - Edit with Gimp - gimp-remote "\0" - - - - - Long URL - http://[^\s]{120,} - 0 - - - Shrink the URL - exo-open http://tinyurl.com/create.php?url=\0 - - - - \ No newline at end of file diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml deleted file mode 100644 index d00d085..0000000 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml deleted file mode 100644 index 11418d4..0000000 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml deleted file mode 100644 index 1d35b7b..0000000 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/pointers.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/pointers.xml deleted file mode 100644 index 22e0934..0000000 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/pointers.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml deleted file mode 100644 index 14d800f..0000000 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml deleted file mode 100644 index edbd5ab..0000000 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml deleted file mode 100644 index c9042b0..0000000 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml +++ /dev/null @@ -1,210 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-mixer.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-mixer.xml deleted file mode 100644 index a2873e5..0000000 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-mixer.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml deleted file mode 100644 index d2c4f4e..0000000 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml deleted file mode 100644 index a340cba..0000000 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml deleted file mode 100644 index 21fb427..0000000 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml deleted file mode 100644 index 64c559a..0000000 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml deleted file mode 100644 index cf1e31f..0000000 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml deleted file mode 100644 index b2b5b22..0000000 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml deleted file mode 100644 index 92fc1cc..0000000 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -