| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | weatherWrap.sh -> WeatherWrap.sh | brockar | 2025-10-28 | -1/+1 |
| | | ||||
| * | feat(weatherWrap): add Python‑first entrypoint with Bash fallback | prabinpanta0 | 2025-10-28 | -1/+1 |
| | | | | | | | | - Prefer Weather.py (Open‑Meteo) for reliable data and caching - Fallback to Weather.sh if Python is missing or Weather.py exits non‑zero - Pass through all CLI args; invoke Bash explicitly for consistent execution - Helps external callers (e.g., lock hooks) refresh ~/.cache/.weather_cache robustly | |||
| * | config(hypr): run Weather.sh at startup; lower weather cache TTL to 5 minutes | prabinpanta0 | 2025-10-27 | -0/+3 |
| | | ||||
| * | config: add env var for dots version | brockar | 2025-10-20 | -0/+3 |
| | | ||||
| * | disabled workspace rules adj dropdown term size | Don Williams | 2025-10-18 | -12/+13 |
| | | | | | | | | | | | | | Added nm-tray startup for ubuntu users On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/UserConfigs/Startup_Apps.conf modified: config/hypr/UserConfigs/WindowRules.conf modified: config/hypr/scripts/Dropterminal.sh | |||
| * | Update UserKeybinds.conf | Donald Williams | 2025-10-13 | -1/+1 |
| | | | | Fix typo in bindings for Show open apps | |||
| * | Resolve merge conflict in Weather.py by keeping ddubs-hyprsunset version | Don Williams | 2025-10-13 | -0/+8 |
| |\ | ||||
| | * | Update WindowRules.conf | Donald Williams | 2025-10-06 | -1/+1 |
| | | | | | | | Fixed windowrule2 syntax error | |||
| | * | Merge branch 'main' into development | Donald Williams | 2025-10-03 | -0/+8 |
| | |\ | ||||
| | | * | Made few tweaks to make the windows to stop the constant changes in the ↵ | Vighnesh Shukla | 2025-09-23 | -0/+8 |
| | | | | | | | | | | | | | focus of the Jetbrains Softwares | |||
| * | | | Removed group feature | Don Williams | 2025-10-12 | -32/+0 |
| | | | | ||||
| * | | | Added Groups & keybinds from Matt @ The Linux cast | Don Williams | 2025-10-12 | -0/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | On branch ddubs-hyprsunset Your branch is up to date with 'origin/ddubs-hyprsunset'. Changes to be committed: modified: config/hypr/UserConfigs/UserKeybinds.conf modified: config/hypr/UserConfigs/UserSettings.conf | |||
| * | | | feat(hyprsunset): add Hyprsunset toggle script, SUPER+N keybind, and Waybar ↵ | Don Williams | 2025-10-05 | -0/+4 |
| | | | | | | | | | | | | | nightlight button across all layouts; include in status and vertical power groups | |||
| * | | | Update WindowRules.conf | Donald Williams | 2025-10-04 | -0/+1 |
| | | | | | | | | | | Fixing windowrule for opacity | |||
| * | | | Update Startup_Apps.conf improve dropdown | Donald Williams | 2025-09-30 | -0/+4 |
| |/ / | | | | | | | | | | | | | | | See bug 810 https://github.com/JaKooLit/Hyprland-Dots/issues/810#issuecomment-3351947644 85% of the time when trying to use the keybindings for the drop down terminal, including custom keybindings, it hides the application in the background, or brings an app in a different workspace into the current one, instead of the terminal popping up. I tested this and it works well for me | |||
| * | | UserSettings.conf - Allow session lock restore | Donald Williams | 2025-09-22 | -0/+1 |
| | | | | | | | Yuni asked me to add this to prevent Lockscreen crashes when resuming from suspend/hibernate | |||
| * | | fix: gestures for hyprland 0.51.0 | brockar | 2025-09-11 | -2/+1 |
| | | | ||||
| * | | restoring development branch changes? | JaKooLit | 2025-08-09 | -0/+5 |
| |/ | ||||
| * | UserSettings.conf increase ANR Threshold | Donald Williams | 2025-08-05 | -1/+3 |
| | | | | | enable_anr_dialog = true # Application not Responding (ANR) anr_missed_pings = 15 # ANR Threshold default 1 is too low | |||
| * | Update UserSettings.conf | Ja.KooLit | 2025-07-31 | -1/+1 |
| | | ||||
| * | Small technical additions for keyboard layout and app dispatch fixesSmall ↵ | tak0dan | 2025-07-26 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | technical additions for keyboard layout and app dispatch fixes This commit introduces two minor but useful scripts aimed at solving specific edge cases in Hyprland usage: 1. Tak0-Per-Window-Switch.sh: Enables per-window keyboard layout switching. This is useful for multilingual workflows where the global layout model becomes inconvenient. The script listens to window focus events and restores the last-used layout for that specific window. 2. Tak0-Autodispatch.sh: Fixes a recurring issue where startup applications are dispatched to incorrect monitors or workspaces, especially in dynamic multi-monitor environments (e.g., a laptop that gets docked/undocked). The original dispatch rules sometimes fail due to race conditions or child process spawning out of focus. This script re-applies correct dispatching logic after startup, reducing manual corrections. Also: - Updated UserKeybinds.conf to run the per-window layout script at startup. - All changes are additive. No existing configs or behavior were overridden or broken. These changes don't introduce any core structural modifications — just small utilities to improve the overall experience when using Hyprland in daily workflows. | |||
| * | updated follow mouse to 1 (as per wiki) | JaKooLit | 2025-07-26 | -1/+1 |
| | | ||||
| * | added env = GSK_RENDERER,ngl for nvidia | JaKooLit | 2025-07-22 | -0/+1 |
| | | ||||
| * | minor UserSettings update | JaKooLit | 2025-07-20 | -3/+4 |
| | | ||||
| * | updated copy.sh and still added ags | JaKooLit | 2025-07-19 | -2/+4 |
| | | ||||
| * | remove ags from startup | JaKooLit | 2025-07-16 | -2/+1 |
| | | ||||
| * | Merge pull request #759 from brockar/development | Ja.KooLit | 2025-07-15 | -1/+1 |
| |\ | | | | | fix: update Element (Matrix) on WindowRules.conf | |||
| | * | fix: update Element (Matrix) on WindowRules.conf | brockar | 2025-07-09 | -1/+1 |
| | | | | | | | | | | | - Add `Element` class recognizer - Include both classes in the `im` tag | |||
| * | | Introducing QuickShell | JaKooLit | 2025-07-15 | -2/+0 |
| | | | ||||
| * | | Merge pull request #760 from JaKooLit/main | Ja.KooLit | 2025-07-15 | -2/+2 |
| |\ \ | | | | | | | disabled explicit sync | |||
| | * | | disabled explicit sync | JaKooLit | 2025-06-20 | -2/+2 |
| | | | | ||||
| * | | | quickshell startup | Kiran George | 2025-06-09 | -0/+1 |
| | | | | ||||
| * | | | Overview v2 | Kiran George | 2025-06-09 | -1/+5 |
| | |/ |/| | ||||
| * | | Merge pull request #713 from SherLock707/development | Ja.KooLit | 2025-05-27 | -1/+1 |
| |\ \ | | | | | | | Improved Dropdown terminal | |||
| | * | | Improved Dropdown terminal | Kiran George | 2025-05-25 | -1/+1 |
| | |/ | ||||
| * / | Remove trailing whitespace from WindowRules.conf | Humblemonk | 2025-05-27 | -2/+2 |
| |/ | | | Noticed a trailing whitespace in the latest WindowRules.conf. | |||
| * | some minor fixes on the user defaults | JaKooLit | 2025-05-21 | -2/+4 |
| | | ||||
| * | Updated copy.sh for copying window rules. Renamed WindowRules.conf to old. | JaKooLit | 2025-05-17 | -361/+363 |
| | | ||||
| * | adjusted copy.sh so proper window rule will be set depending on Hyprland ↵ | JaKooLit | 2025-03-24 | -2/+1 |
| | | | | | version. Bumped to v2.3.15 | |||
| * | updated startup apps.conf and WallpaperSelect.sh as it seems that it is also ↵ | JaKooLit | 2025-03-20 | -1/+1 |
| | | | | | uncommented the lower part exec-once - swww | |||
| * | updated windowrule-new.conf | JaKooLit | 2025-03-18 | -4/+10 |
| | | ||||
| * | Improved rofi Search.sh without using /tmp file | JaKooLit | 2025-03-18 | -1/+1 |
| | | ||||
| * | Added WindowRules-new.conf in preparation for deprecation of windowrule v2 | JaKooLit | 2025-03-18 | -0/+217 |
| | | ||||
| * | initial mpvpaper support | JaKooLit | 2025-03-16 | -1/+5 |
| | | ||||
| * | natural scroll enabled by default. Enable swallow now switched to false | JaKooLit | 2025-03-16 | -2/+2 |
| | | ||||
| * | hmmm there was something wrong with synchronization | JaKooLit | 2025-03-14 | -0/+1 |
| | | ||||
| * | danggit.... | JaKooLit | 2025-03-14 | -3/+0 |
| | | ||||
| * | fixes https://github.com/JaKooLit/Hyprland-Dots/issues/623 | JaKooLit | 2025-03-14 | -5/+3 |
| | | ||||
| * | updated ENVariables.conf | JaKooLit | 2025-03-14 | -8/+8 |
| | | ||||
| * | this is ajoke | JaKooLit | 2025-03-14 | -4/+6 |
| | | ||||
