From 1d611940e8011b64a06339068bc569b32a880de0 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Thu, 1 Oct 2020 11:47:04 +0200 Subject: [PATCH 1/5] This should fix issues with multiple terminals stacked in i3. --- arch-config/.config/i3/picom.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch-config/.config/i3/picom.conf b/arch-config/.config/i3/picom.conf index 36f9ea76..4a7d5bfd 100644 --- a/arch-config/.config/i3/picom.conf +++ b/arch-config/.config/i3/picom.conf @@ -115,6 +115,10 @@ active-opacity = 1; frame-opacity = 1; inactive-opacity-override = false; +opacity-rule = [ + "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'" +]; + # Dim inactive windows. (0.0 - 1.0) # inactive-dim = 0.1; # Do not let dimness adjust based on window opacity. From 0577ce9dc69fea57a5c5ead1da02c8e9a543e992 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Thu, 1 Oct 2020 16:28:25 +0200 Subject: [PATCH 2/5] Added notes on how to properly install doom emacs. --- .../Dokumente/windows-desktop/emacs.md | 20 ++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/arch-config/Dokumente/windows-desktop/emacs.md b/arch-config/Dokumente/windows-desktop/emacs.md index e8fbb9cb..52838162 100644 --- a/arch-config/Dokumente/windows-desktop/emacs.md +++ b/arch-config/Dokumente/windows-desktop/emacs.md @@ -7,7 +7,17 @@ Go to the [git homepage](https://git-scm.com/) and install it. ## emacs Go to the [emacs homepage](https://www.gnu.org/software/emacs/) and install it. -Add the `\emacs\bin` directory to your PATH in the environment variables. +Add the `\emacs\x86_84\bin` directory to your PATH in the environment variables. + +### Shortcut + +Create a shortcut to `\emacs\x86_64\bin\runemacs.exe` + +## HOME + +Add the path to your home to the environment variables. + +New variable -> HOME -> `C:\Users\` ## doom-emacs @@ -19,11 +29,7 @@ git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d ~/.emacs.d/bin/doom install ``` -Doom emacs can now be called from git cmd and git bash. -To create a shortcut enter the following in target: -``` - --cd-to-home -- start emacs -``` -The icon can optionally be changed to the emacs logo by selecting a different symbol and navigating to the emacs.exe +Add `C:\Users\\.emacs.d\bin` to your PATH. *Currently doesn't show emotes* +*Missing ripgrep and fs* From 99d5552166d10b3a6d67a93551e183617b8cd4c3 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Thu, 1 Oct 2020 16:29:17 +0200 Subject: [PATCH 3/5] Fixed spelling --- arch-config/Dokumente/windows-desktop/emacs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-config/Dokumente/windows-desktop/emacs.md b/arch-config/Dokumente/windows-desktop/emacs.md index 52838162..1f640124 100644 --- a/arch-config/Dokumente/windows-desktop/emacs.md +++ b/arch-config/Dokumente/windows-desktop/emacs.md @@ -32,4 +32,4 @@ git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d Add `C:\Users\\.emacs.d\bin` to your PATH. *Currently doesn't show emotes* -*Missing ripgrep and fs* +*Missing ripgrep and fd* From b740983095cc1244214854e9e867eea500e03659 Mon Sep 17 00:00:00 2001 From: Friemelt Marc Date: Fri, 2 Oct 2020 14:17:43 +0200 Subject: [PATCH 4/5] Added note on youtube-dl --- arch-config/Dokumente/windows-desktop/youtube-dl.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 arch-config/Dokumente/windows-desktop/youtube-dl.md diff --git a/arch-config/Dokumente/windows-desktop/youtube-dl.md b/arch-config/Dokumente/windows-desktop/youtube-dl.md new file mode 100644 index 00000000..714e0c67 --- /dev/null +++ b/arch-config/Dokumente/windows-desktop/youtube-dl.md @@ -0,0 +1,5 @@ +# Youtube-dl + +Download [youtube-dl](https://youtube-dl.org/) +Add the directory where youtube-dl is located to your PATH. + From 991adafe2bdbd89c1403b966e321845e08f3e11f Mon Sep 17 00:00:00 2001 From: Friemelt Marc Date: Fri, 2 Oct 2020 15:15:08 +0200 Subject: [PATCH 5/5] Note on changing default path for emacs --- arch-config/Dokumente/windows-desktop/emacs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/arch-config/Dokumente/windows-desktop/emacs.md b/arch-config/Dokumente/windows-desktop/emacs.md index 1f640124..7b3a90ca 100644 --- a/arch-config/Dokumente/windows-desktop/emacs.md +++ b/arch-config/Dokumente/windows-desktop/emacs.md @@ -12,6 +12,7 @@ Add the `\emacs\x86_84\bin` directory to your PATH in the environment ### Shortcut Create a shortcut to `\emacs\x86_64\bin\runemacs.exe` +Edit the shortcut to execute in your home directory `C:\Users\` ## HOME