From 859c79010c3d5fddcf4eff677c9761eab8bc2ce4 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 14 Jun 2025 12:46:21 +0200 Subject: [PATCH 1/4] readme: installation: point to wiki page of new version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c50118eb..4ec7b63ce 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ ``` - **Manual** installation, other distros and more: - - See the [Wiki](https://end-4.github.io/dots-hyprland-wiki/en/i-i/01setup/) + - See the [Wiki](https://end-4.github.io/dots-hyprland-wiki/en/ii-qs/01setup/) - **Default keybinds**: Should be somewhat familiar if you've used Windows or GNOME. - For a list, hit `Super`+`/` From f33fb45b898012eb0494b720db961027a15790fe Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 14 Jun 2025 15:59:01 +0200 Subject: [PATCH 2/4] no sussy trust me bro --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ec7b63ce..33ceb2cd4 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ |:---|:---------------| | ![image](https://github.com/user-attachments/assets/08d26785-b54d-4ad1-875b-bb08cc6757f5) | ![image](https://github.com/user-attachments/assets/4fcd63d9-0943-4b21-8737-4bed97b71961) | | Window management | Weeb power | -| ![image](https://github.com/user-attachments/assets/86cc511b-0d33-4c78-bcc0-3037d02a17da) | ![image](https://github.com/user-attachments/assets/e402f74a-6bd8-4ebe-bcf4-3a4a4846de10) | +| ![image](https://github.com/user-attachments/assets/86cc511b-0d33-4c78-bcc0-3037d02a17da) | ![image](https://github.com/user-attachments/assets/292259fc-57d3-4663-a583-2ce2faad13fb) | By the way... - The funny notification positions are mimicking Android 16's dragging behavior From 22a796deae31657d5aa4bb22ab7f7c0b92276ab3 Mon Sep 17 00:00:00 2001 From: "Celestial.y" Date: Sun, 15 Jun 2025 09:08:08 +0800 Subject: [PATCH 3/4] Not using recursive env var P.S. I have had done it in ii-ags --- .config/hypr/hyprland/env.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/hypr/hyprland/env.conf b/.config/hypr/hyprland/env.conf index 4d1fa8f7d..524af62a2 100644 --- a/.config/hypr/hyprland/env.conf +++ b/.config/hypr/hyprland/env.conf @@ -18,8 +18,8 @@ env = QT_QPA_PLATFORMTHEME, kde # env = WLR_DRM_NO_ATOMIC, 1 # ######## Virtual envrionment ######### -env = XDG_STATE_HOME, $HOME/.local/state -env = ILLOGICAL_IMPULSE_VIRTUAL_ENV, $XDG_STATE_HOME/quickshell/.venv +env = ILLOGICAL_IMPULSE_VIRTUAL_ENV, ~/ +.local/state/quickshell/.venv # ############ Others ############# From 75d70d5e87cfe25b8b04f6eb1f36b9d67a71a9b8 Mon Sep 17 00:00:00 2001 From: Bishoy Ehab Date: Sun, 15 Jun 2025 05:37:44 +0300 Subject: [PATCH 4/4] Fix an error in env file --- .config/hypr/hyprland/env.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.config/hypr/hyprland/env.conf b/.config/hypr/hyprland/env.conf index 524af62a2..b3d843cdf 100644 --- a/.config/hypr/hyprland/env.conf +++ b/.config/hypr/hyprland/env.conf @@ -18,8 +18,7 @@ env = QT_QPA_PLATFORMTHEME, kde # env = WLR_DRM_NO_ATOMIC, 1 # ######## Virtual envrionment ######### -env = ILLOGICAL_IMPULSE_VIRTUAL_ENV, ~/ -.local/state/quickshell/.venv +env = ILLOGICAL_IMPULSE_VIRTUAL_ENV, ~/.local/state/quickshell/.venv # ############ Others #############