From f1ce12a80c5c071bd6fe84951b7371c7402bd19e Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Tue, 4 Jan 2022 15:14:20 +0100 Subject: [PATCH 1/9] Rename set_once.sh to set_once_i3.sh name change to not conflict --- set_once.sh => set_once_i3.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename set_once.sh => set_once_i3.sh (100%) diff --git a/set_once.sh b/set_once_i3.sh similarity index 100% rename from set_once.sh rename to set_once_i3.sh From cfaabb36fb62b1f4b45d38a83dc0607dc85f94eb Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Tue, 4 Jan 2022 15:15:04 +0100 Subject: [PATCH 2/9] Update config exec --no-startup-id ~/set_once_i3.sh --- .config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index 166cff6..297e95f 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -1,5 +1,5 @@ -exec --no-startup-id ~/set_once.sh +exec --no-startup-id ~/set_once_i3.sh # This file is a modified version based on default i3-config-wizard config # source is available here: # https://raw.githubusercontent.com/endeavouros-team/endeavouros-i3wm-setup/master/.config/i3/config From 43421f9f27529d9911d6dcad53bfd17d468476de Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Tue, 4 Jan 2022 15:15:36 +0100 Subject: [PATCH 3/9] Update set_once_i3.sh --- set_once_i3.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/set_once_i3.sh b/set_once_i3.sh index e017772..3094805 100644 --- a/set_once_i3.sh +++ b/set_once_i3.sh @@ -1,6 +1,6 @@ #!/bin/bash dbus-launch dconf load / < ~/xed.dconf chmod -R +x ~/.config/i3/scripts -sed -i 's|\(exec --no-startup-id ~/set_once.sh\)|# \1|' ~/.config/i3/config +sed -i 's|\(exec --no-startup-id ~/set_once_i3.sh\)|# \1|' ~/.config/i3/config rm ~/xed.dconf -rm ~/set_once.sh +rm ~/set_once_i3.sh From 75e395badd2c5774c75dc4072e52b0625fb16d4f Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Tue, 4 Jan 2022 17:16:43 +0100 Subject: [PATCH 4/9] Update and rename setup.sh to i3.sh --- setup.sh => i3.sh | 1 - 1 file changed, 1 deletion(-) rename setup.sh => i3.sh (96%) diff --git a/setup.sh b/i3.sh similarity index 96% rename from setup.sh rename to i3.sh index 88e4b65..d6b2b25 100644 --- a/setup.sh +++ b/i3.sh @@ -3,7 +3,6 @@ git clone https://github.com/endeavouros-team/endeavouros-i3wm-setup.git cd endeavouros-i3wm-setup cp -R .config ~/ chmod -R +x ~/.config/i3/scripts -cp .gtkrc-2.0 ~/ cp .nanorc ~/ dbus-launch dconf load / < ~/xed.dconf sed -i 's|\(exec --no-startup-id ~/set_once.sh\)|# \1|' ~/.config/i3/config From 048ff89ffd1e8fcf8a43006f9ecd2dab22dcbe00 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Tue, 4 Jan 2022 17:17:22 +0100 Subject: [PATCH 5/9] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf35675..5a7750b 100644 --- a/README.md +++ b/README.md @@ -119,9 +119,9 @@ We do use now the default packages lists repo for all packages lists: `wget https://raw.githubusercontent.com/endeavouros-team/EndeavourOS-packages-lists/master/i3` `sudo pacman -S --needed - < i3` -## or use the `setup.sh`: +## or use the `i3.sh`: -`wget https://raw.githubusercontent.com/endeavouros-team/endeavouros-i3wm-setup/main/setup.sh` +`wget https://raw.githubusercontent.com/endeavouros-team/endeavouros-i3wm-setup/main/i3.sh` ## warning this will may overwrite existing files! From 1c0303e744e19c5e70567e41aa827ec53f0eafe9 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Tue, 4 Jan 2022 17:19:25 +0100 Subject: [PATCH 6/9] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 5a7750b..bbc7808 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ colors are in rgba calling transparency in the last colum: `git clone https://github.com/endeavouros-team/endeavouros-i3wm-setup.git` `cd endeavouros-i3wm-setup` +`cp .Xresources ~/.Xresources `cp -R .config/* ~/.config/` @@ -109,10 +110,6 @@ colors are in rgba calling transparency in the last colum: `dbus-launch dconf load / < xed.dconf` (setup xed-editor) -If you have the old EndeavourOS default i3-setup installed you need to remove .Xresources file -(old color profile not used anymore for rofi menus): -`rm ~.Xresources` - **install needed apps and programms for i3wm:** We do use now the default packages lists repo for all packages lists: From 15c241d284c6a78696842946721974785f150750 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Tue, 4 Jan 2022 17:20:16 +0100 Subject: [PATCH 7/9] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bbc7808..e4106b0 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ colors are in rgba calling transparency in the last colum: `git clone https://github.com/endeavouros-team/endeavouros-i3wm-setup.git` `cd endeavouros-i3wm-setup` + `cp .Xresources ~/.Xresources `cp -R .config/* ~/.config/` From 44a3afd900cd744c8c29ea18c2b67ec475e134f5 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Tue, 4 Jan 2022 17:21:20 +0100 Subject: [PATCH 8/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4106b0..7405ffc 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ colors are in rgba calling transparency in the last colum: `cd endeavouros-i3wm-setup` -`cp .Xresources ~/.Xresources +`cp .Xresources ~/.Xresources` `cp -R .config/* ~/.config/` From 80b397999e608716adcf981746a5106747401c6f Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Tue, 4 Jan 2022 17:51:07 +0100 Subject: [PATCH 9/9] Delete .gtkrc-2.0 --- .gtkrc-2.0 | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .gtkrc-2.0 diff --git a/.gtkrc-2.0 b/.gtkrc-2.0 deleted file mode 100644 index ac9178e..0000000 --- a/.gtkrc-2.0 +++ /dev/null @@ -1,19 +0,0 @@ -# DO NOT EDIT! This file will be overwritten by LXAppearance. -# Any customization should be done in ~/.gtkrc-2.0.mine instead. - -include "~/.gtkrc-2.0.mine" -gtk-theme-name="Arc-Dark" -gtk-icon-theme-name="Arc-X-D" -gtk-font-name="Noto Sans 11" -gtk-cursor-theme-name="capitaine-cursors-light" -gtk-cursor-theme-size=14 -gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ -gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR -gtk-button-images=0 -gtk-menu-images=0 -gtk-enable-event-sounds=1 -gtk-enable-input-feedback-sounds=1 -gtk-xft-antialias=1 -gtk-xft-hinting=1 -gtk-xft-hintstyle="hintmedium" -gtk-xft-rgba="rgb"