aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/UserConfigs
Commit message (Collapse)AuthorAgeLines
* update : Improve blur (#904)Ahum Maitra2026-01-01-7/+7
| | | Thanks TheAhumMaitra
* Changed unbindd to correct unbindDon Williams2025-11-26-3/+3
|
* Formatting error in UserConfigs/UserKeybinds.confDon Williams2025-11-26-10/+10
|
* Added instructions on how to unbindd/binddDon Williams2025-11-26-0/+26
|
* mv: Laptops.conf to configs for default behaviorbrockar2025-11-22-26/+0
|
* del: windowrules-v3.conf from UserConfigsbrockar2025-11-22-589/+0
|
* new: UserSettings commentbrockar2025-11-22-0/+3
|
* mv: workspace help as workspace.confbrockar2025-11-22-0/+0
|
* rebase dev with br-userconfigsbrockar2025-11-22-115/+0
|
* move: Keybindsbrockar2025-11-22-66/+0
|
* new: startup apps for usersbrockar2025-11-22-3/+3
|
* new: env vars modifybrockar2025-11-22-55/+14
|
* windowrules.conf new locationbrockar2025-11-22-231/+2
|
* del: windowrules-old.confbrockar2025-11-22-206/+0
|
* There was error on HL Wiki for new V3 WindowRuleinstaller2025-11-22-121/+39
| | | | | | | | | | | | | I had to remove this setting "keepaspectratio" before Proper setting is `keep_aspect_ratio` It only occurred once in Jak's rules, this restores that feature On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/UserConfigs/WindowRules-v3.conf
* feat: Add new laptop gesture for zoombrockar2025-11-22-0/+2
|
* Fixing v3 WindowRules b4 testingsDon Williams2025-11-19-22/+1
| | | | | | | | | | | Tested the basic changes in NixOS. Found a couple rules here that were wrong. On branch development Your branch is up to date with 'origin/development'. Changes to be committed: renamed: config/hypr/UserConfigs/WindowRules.conf-v3.conf -> config/hypr/UserConfigs/WindowRules-v3.conf
* Added 1st pass at WindowsRules v3Don Williams2025-11-19-0/+692
| | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: new file: config/hypr/UserConfigs/WindowRules.conf-v3.conf
* Dropped duplicate startup_apps.sh scriptDon Williams2025-11-05-62/+0
| | | | | | | | | | | | | | Removed the ComposeHyprConfitg.sh script Your branch is up to date with 'origin/development'. Changes to be committed: deleted: config/hypr/UserConfigs/Startup_Apps.conf modified: config/hypr/hyprland.conf deleted: config/hypr/scripts/ComposeHyprConfigs.sh modified: config/hypr/scripts/Kool_Quick_Settings.sh modified: copy.sh modified: upgrade.sh
* chore(release): v2.3.18\n\nKeybinds\n- Initialize SUPER+J/K to match default ↵Don Williams2025-11-05-1/+1
| | | | layout at login via scripts/KeybindsLayoutInit.sh\n- Keep ChangeLayout.sh dynamic rebinds on layout toggle\n- Credit: Suresh Thagunna (https://github.com/suresh466)\n\nStartup\n- Source vendor Startup_Apps/WindowRules first, then UserConfigs overlay to restore baseline autostarts while honoring user additions\n- Quick Settings: Edit Startup Apps opens full vendor defaults\n\nMeta\n- Version marker: config/hypr/v2.3.18
* feat: Add smart AGS/Quickshell fallback with OverviewToggle wrapperDon Williams2025-11-02-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implements a robust fallback mechanism for desktop overview functionality that handles both AGS and Quickshell installations gracefully. Changes: - Add OverviewToggle.sh wrapper script that tries Quickshell first, falls back to AGS if unavailable or broken - Update UserKeybinds.conf with new SUPER+A binding to OverviewToggle.sh - Preserve original AGS and Quickshell keybinds as commented references - Simplify copy.sh logic to enable both AGS and QS simultaneously - Remove conflicting keybind toggle logic from copy.sh Benefits: - Users can have both AGS and Quickshell installed simultaneously - Automatic fallback when one tool is broken or unavailable - Quickshell preferred (tried first) as it's more performant - Graceful degradation with user notification if neither available - Auto-starts AGS if installed but not running - Compatible with existing upgrade.sh and ComposeHyprConfigs.sh workflow Technical details: - OverviewToggle.sh checks for running processes before attempting toggle - Uses hyprctl dispatch for Quickshell's global dispatcher - Falls back to ags -t 'overview' with rofi cleanup for AGS - Shows desktop notification if neither tool is available - Script auto-made executable via existing chmod in copy.sh (line 1027) Addresses: Issue where AGS and Quickshell have had recent stability problems, requiring manual keybind switching between them
* SWWW v0.11.2 uses swww-daemon --format argb nowDon Williams2025-10-31-1/+2
| | | | | | | | | | Changed the flag for updated SWWW On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/UserConfigs/Startup_Apps.conf
* Small decription changesDon Williams2025-10-30-8/+8
| | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/UserConfigs/UserKeybinds.conf modified: config/hypr/configs/Keybinds.conf
* refactor(keybinds): use bindd with descriptions across configsDon Williams2025-10-30-41/+41
| | | | | | | - Convert binds to description form (bindd/bindld/binded/bindmd/bindlnd) - Keep naming as powermenu for shutdown/reboot/logout/suspend - Update KeyBinds.sh to parse and display descriptions - Update CHANGELOG
* weatherWrap.sh -> WeatherWrap.shbrockar2025-10-28-1/+1
|
* feat(weatherWrap): add Python‑first entrypoint with Bash fallbackprabinpanta02025-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 minutesprabinpanta02025-10-27-0/+3
|
* config: add env var for dots versionbrockar2025-10-20-0/+3
|
* disabled workspace rules adj dropdown term sizeDon Williams2025-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.confDonald Williams2025-10-13-1/+1
| | | Fix typo in bindings for Show open apps
* Resolve merge conflict in Weather.py by keeping ddubs-hyprsunset versionDon Williams2025-10-13-0/+8
|\
| * Update WindowRules.confDonald Williams2025-10-06-1/+1
| | | | | | Fixed windowrule2 syntax error
| * Merge branch 'main' into developmentDonald Williams2025-10-03-0/+8
| |\
| | * Made few tweaks to make the windows to stop the constant changes in the ↵Vighnesh Shukla2025-09-23-0/+8
| | | | | | | | | | | | focus of the Jetbrains Softwares
* | | Removed group featureDon Williams2025-10-12-32/+0
| | |
* | | Added Groups & keybinds from Matt @ The Linux castDon Williams2025-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 Williams2025-10-05-0/+4
| | | | | | | | | | | | nightlight button across all layouts; include in status and vertical power groups
* | | Update WindowRules.confDonald Williams2025-10-04-0/+1
| | | | | | | | | Fixing windowrule for opacity
* | | Update Startup_Apps.conf improve dropdown Donald Williams2025-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 restoreDonald Williams2025-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.0brockar2025-09-11-2/+1
| |
* | restoring development branch changes?JaKooLit2025-08-09-0/+5
|/
* UserSettings.conf increase ANR ThresholdDonald Williams2025-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.confJa.KooLit2025-07-31-1/+1
|
* Small technical additions for keyboard layout and app dispatch fixesSmall ↵tak0dan2025-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)JaKooLit2025-07-26-1/+1
|
* added env = GSK_RENDERER,ngl for nvidiaJaKooLit2025-07-22-0/+1
|
* minor UserSettings updateJaKooLit2025-07-20-3/+4
|
* updated copy.sh and still added agsJaKooLit2025-07-19-2/+4
|
* remove ags from startupJaKooLit2025-07-16-2/+1
|
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage