summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-25 13:50:19 -0600
committerCraig Jennings <c@cjennings.net>2026-01-25 13:50:19 -0600
commit0f61d8cd14a3458dcf6e75762136028fbc5128d9 (patch)
tree403c6e22de982f7f5783c428481c0bc1ad3c730f
parent2d9083c784edc19131e3ac4421deea15480211ff (diff)
downloadarchsetup-0f61d8cd14a3458dcf6e75762136028fbc5128d9.tar.gz
archsetup-0f61d8cd14a3458dcf6e75762136028fbc5128d9.zip
docs(todo): add Hyprland config issues task
Track outstanding issues: scratchpads, wofi dismiss, wallpaper
-rw-r--r--todo.org20
1 files changed, 20 insertions, 0 deletions
diff --git a/todo.org b/todo.org
index 14ee07d..1720a30 100644
--- a/todo.org
+++ b/todo.org
@@ -964,3 +964,23 @@ Add lexend-fonts-git package to archsetup font installation.
Package: =yay -S lexend-fonts-git=
Captured On: [2025-11-12 Tue 13:52]
RESOLVED: Added aur_install lexend-fonts-git to archsetup (fonts section)
+
+** TODO [#A] Fix Hyprland configuration issues
+Issues discovered during live testing on ratio. Add sub-items as "hyprland config issue".
+
+*** TODO Scratchpads not spawning on keybind
+mod+shift+return toggles special workspace (screen dims) but foot terminal doesn't spawn.
+- Manual spawn works: =foot -T spterm tmux=
+- Fixed pgrep self-match issue (bracket trick)
+- Fixed windowrule syntax (match:class first, then rule)
+- Still not working - need further investigation
+
+*** TODO Wofi launcher can't be dismissed
+mod+space launches wofi but mod+space and mod+shift+c don't dismiss it.
+Need to configure proper dismiss keybinding.
+
+*** TODO No wallpaper displaying
+Desktop has no wallpaper. Need to set up swww or similar.
+
+*** TODO Verify foot -T flag sets window title correctly
+Need to confirm foot uses -T for title (vs -t or --title).