From e20756a40905aeeb7e840867de9e2b990122bbd5 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Wed, 10 Mar 2021 19:35:09 +0100 Subject: [PATCH 1/4] Update netinstall.yaml --- netinstall.yaml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/netinstall.yaml b/netinstall.yaml index 468591e..58b0c4b 100644 --- a/netinstall.yaml +++ b/netinstall.yaml @@ -77,6 +77,7 @@ - cantarell-fonts - noto-fonts - noto-fonts-cjk + - firefox - ttf-croscore - ttf-carlito - ttf-caladea @@ -130,21 +131,6 @@ - wayland-protocols - xorg-xwayland - egl-wayland -- name: "Browser" - description: "choose your browser." - hidden: false - selected: false - critical: false - packages: - - firefox - - chromium - - vivaldi - - konqueror - - falkon - - epiphany - - midori - - dillo - - netsurf - name: "sway tiling on wayland" description: "Sway is a tiling Wayland compositor and a drop-in replacement for the i3 window manager." hidden: false From 1fd6cf333028ce2b8b63bfd0ad463afa60100550 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Thu, 11 Mar 2021 00:51:59 +0100 Subject: [PATCH 2/4] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6ca20a8..3f387bc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Sway-WM Setup and Theme for EndeavourOS -Community Edition -*** +**Sway EndeavourOS Community Edition** ## To Install manually @@ -41,9 +40,8 @@ Lightdm Setup is Commented by Default - If your experiencing issus with your cursor - edit file `~/.profile` and comment out `export WLR_NO_HARDWARE_CURSORS=1` -## To-Do -- Find bugs and fix -- Write WIKI +## Get involved at our forum: +https://forum.endeavouros.com/t/sway-edition-general-conversation ## Tutorial for sway-wm settings: From 5d5a7cb4071d2ada308ccc46df4189b61b9ac522 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Sat, 13 Mar 2021 01:57:45 +0100 Subject: [PATCH 3/4] Update netinstall.yaml --- netinstall.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/netinstall.yaml b/netinstall.yaml index 58b0c4b..5a7fcf9 100644 --- a/netinstall.yaml +++ b/netinstall.yaml @@ -70,13 +70,15 @@ - solid - mlocate - ttf-dejavu - - gnu-free-fonts - ttf-liberation - ttf-bitstream-vera - - ttf-ubuntu-font-family - cantarell-fonts - noto-fonts - - noto-fonts-cjk + - adobe-source-han-sans-jp-fonts + - adobe-source-han-sans-kr-fonts + - adobe-source-han-sans-cn-fonts + - opendesktop-fonts + - ttf-opensans - firefox - ttf-croscore - ttf-carlito From c18992e880958600cf2a687211cf8bab6841f075 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Sat, 13 Mar 2021 02:01:15 +0100 Subject: [PATCH 4/4] Update autostart_applications --- .config/sway/config.d/autostart_applications | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sway/config.d/autostart_applications b/.config/sway/config.d/autostart_applications index a71df45..50e91cb 100644 --- a/.config/sway/config.d/autostart_applications +++ b/.config/sway/config.d/autostart_applications @@ -13,7 +13,7 @@ exec hash dbus-update-activation-environment 2>/dev/null && \ dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK # Welcome App -exec dex --wait /etc/xdg/autostart/welcome.desktop +exec dex -a -s /etc/xdg/autostart/:~/.config/autostart/ # Sway Fader # exec python3 ~/.config/sway/scripts/swayfader.py