aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/configs
Commit message (Collapse)AuthorAgeLines
* Moved version to v2.3.20Don Williams2026-01-22-1/+1
| | | | | | | | | | | On branch development Your branch is ahead of 'origin/development' by 1 commit. (use "git push" to publish your local commits) Changes to be committed: modified: CHANGELOG.md modified: config/hypr/configs/ENVariables.conf renamed: config/hypr/v2.3.19 -> config/hypr/v2.3.20
* Removed two redundant Window rulesDon Williams2026-01-21-3/+0
|
* Merge branch 'main' into developmentDonald Williams2026-01-21-16/+27
|\
| * Moved the 0.53 spec WindowRules file to default WindowRules.confDon Williams2026-01-08-168/+348
| | | | | | | | | | | | | | | | | | | | | | | | There are more distros on 0.53.1 vs. earlier. This will cut down on the number of support cases We'll only have to deal with the few distros not yet updated On branch patch-windowrules Changes to be committed: modified: CHANGELOG.md new file: config/hypr/configs/WindowRules-pre-53.conf modified: config/hypr/configs/WindowRules.conf
| * Fixed more rules. Like yad for SDDM wallpaperDon Williams2025-12-29-14/+99
| | | | | | | | | | | | On branch windowfix2 Changes to be committed: modified: config/hypr/configs/WindowRules-config-v3.conf
| * Fixing window rules for 0.53.0Don Williams2025-12-29-152/+43
| | | | | | | | | | | | On branch windowrules-fix Changes to be committed: modified: WindowRules-config-v3.conf
* | Disabled RainbowBorders by default use quick settings to enableDon Williams2026-01-16-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new mode select menu for RainbowBorders makes the prompt at install redundant. Especially when upgrading On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md renamed: config/hypr/UserScripts/RainbowBorders.sh -> config/hypr/UserScripts/RainbowBorders.bak.sh modified: config/hypr/configs/Startup_Apps.conf modified: copy.sh modified: scripts/lib_prompts.sh
* | fix: WR Hyprland startupbrockar2026-01-17-0/+1
| |
* | fix: update WindowRules-config-v3.confbrockar2026-01-17-10/+9
| | | | | | | | Now WindowRules = WindowRules-config-v3
* | fix: WindowRules settings btrfbrockar2026-01-17-6/+4
| |
* | fix: Email WindowRulesbrockar2026-01-14-1/+2
| |
* | fix: windowrules center for float windowsbrockar2026-01-12-5/+5
| |
* | I updated main branch with 0.53 rules as default now development is sameDon Williams2026-01-08-172/+388
| | | | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: new file: config/hypr/configs/WindowRules-pre-53.conf modified: config/hypr/configs/WindowRules.conf
* | Fixed Window Rule for thunar copy progressDon Williams2026-01-07-2/+10
| | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: WindowRules-config-v3.conf
* | Added comment focus_under_window only works in HL 0.53+Don Williams2026-01-06-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | This setting resolves ALT+TAB cycle-next/bring-to-front when windows fullscreen or maximized. HL less than 53 will generate an error and that line will have be commented out On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/configs/SystemSettings.conf
* | fix: clean hypr/configs/Startup_apps.confbrockar2026-01-06-17/+3
| |
* | Fixed rule for whatsapp missing rule nameDon Williams2026-01-06-0/+1
| | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: WindowRules-config-v3.conf
* | Fixing rules for zapzap/pipDon Williams2026-01-05-3/+9
| |
* | feat(hypr): update window rules for zed, antigravity, and qalculatebrockar2026-01-05-36/+38
| |
* | Fixed modal floating/center ruleDon Williams2026-01-04-1/+3
| |
* | Added rule for modal and fixed alt-tab for max'd windowsDon Williams2026-01-04-0/+7
| | | | | | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md modified: config/hypr/configs/SystemSettings.conf modified: config/hypr/configs/WindowRules-config-v3.conf
* | feat: Add Wallust based global Theme Switcher (#905)Ahum Maitra2026-01-03-3/+4
| | | | | | | | | | | | | | * fix: Add Theme Switcher script * feat: Add theme switcher shortcut * enhancement: simplify the program, fix spelling mistakes, add safety mechanism
* | style(hypr): remove redundant blank lines in windowrulesbrockar2026-01-03-15/+3
| |
* | Added rules to inhibit screensaver when apps fullscreenDon Williams2025-12-31-0/+5
| | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: WindowRules-config-v3.conf
* | Added sample rules to start apps on specific workspacesDon Williams2025-12-31-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | They are commented out for now When they were active by default it caused new user confusion and many support requests On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md modified: config/hypr/configs/WindowRules-config-v3.conf
* | Modify SwitchKeyboardLayout.sh to not require .cache/kb_layout (#901)kayprish2025-12-31-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Modify SwitchKeyboardLayout.sh to not require .cache/kb_layout The bulk of the SwitchKeyboardLayout.sh script has been renamed to KeyboardLayout.sh, meanwhile its behavior has been changed. Instead of relying on the file .cache/kb_layout, to check the current keyboard layout, as well as to toggle it, it now uses hyprctl to query this information, while making sure that it checks the first non-ignored keyboard. In this way, it querys from keyboards which it's also in charge of modifying. The logic from the script is also repurposed in waybar, just for viewing, so the script was renamed. * Implement fixes for KeyboardLayout.sh changes * Remove SwitchKeyboardLayout call from initial-boot.sh --------- Co-authored-by: Petar Kapriš <kayprish@bonsai.cool> Co-authored-by: Donald Williams <129223418+dwilliam62@users.noreply.github.com>
* | Fixed yad windowsize, was overridden by settings ruleDon Williams2025-12-31-1/+1
| | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/configs/WindowRules-config-v3.conf
* | Fixed rule for gnome calculator, yad now centersDon Williams2025-12-30-2/+2
| | | | | | | | | | | | | | | | | | | | | | Yad still not following the size settings but at least it's now floating and centered On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/configs/WindowRules-config-v3.conf
* | fix: respect XDG dir instead of forcing ~/Pictures (#899)Jaël Champagne Gareau2025-12-30-2/+2
| | | | | | | | | | | | | | | | | | * fix: respect XDG dir instead of forcing ~/Pictures * fix: make xdg-user-dir usage more robust --------- Co-authored-by: Donald Williams <129223418+dwilliam62@users.noreply.github.com>
* | fix: opaque togglebrockar2025-12-30-1/+1
| | | | | | | | fis this: https://github.com/JaKooLit/Arch-Hyprland/issues/352
* | Current WindowRules-config-v3 fileDon Williams2025-12-30-119/+95
| | | | | | | | | | | | | | | | | | | | Opactity keybinding not working SUPERCTRL+O On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/configs/WindowRules-config-v3.conf
* | fix: layout aware cycleprev and cyclenext window bindingsSuresh Thagunna2025-12-23-1/+2
| |
* | feat: Add precise volume adjustmentRyan Garofano2025-12-22-0/+2
|/
* Set Dots version to 2.3.19 for developmentDon Williams2025-12-11-1/+1
| | | | | | | | | | | To prepare for next release and to test copy.sh function for updating dotfiles going forward. On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/configs/ENVariables.conf
* chore: update WindowRulesV3 VSCode opacityAlberson Miranda2025-12-10-5/+1
|
* chore: organize VSCode opacityAlberson Miranda2025-12-10-5/+1
|
* new: gestures for laptopsbrockar2025-12-04-2/+6
|
* Update Overview integration with corrected qs ipc commands and startupDon Williams2025-11-30-1/+1
|
* Missing # in comment lineDon Williams2025-11-26-1/+1
| | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/configs/Keybinds.conf
* Added keybinds for managine grouped windowsDon Williams2025-11-26-3/+18
| | | | | | | | | | | | Trying to implement https://github.com/JaKooLit/Hyprland-Dots/pull/872 When SUPER RIGHT/LEFT work dynamically in and out of tabbed windows So far not working Code is commented out for now. On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/configs/Keybinds.conf
* Merge br-userconfigs: Resolve conflict - remove WindowRules-v3.confDon Williams2025-11-25-8/+321
|\
| * mv: Laptops.conf to configs for default behaviorbrockar2025-11-22-0/+33
| |
| * rebase dev with br-userconfigsbrockar2025-11-22-0/+120
| |
| * move: Keybindsbrockar2025-11-22-0/+63
| |
| * new: startup apps for usersbrockar2025-11-22-8/+13
| |
| * new: env vars modifybrockar2025-11-22-0/+92
| |
* | New windowrulesbrockar2025-11-22-617/+135
|/
* Removed keepaspect = 1Don Williams2025-11-19-1/+0
| | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/configs/WindowRules-config-v3.conf
* Converted config/hypr/configs/WindowsRules.confDon Williams2025-11-19-0/+691
| | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: new file: config/hypr/configs/WindowRules-config-v3.conf
* feat: resume hyprsunset (#862)Alberson Miranda2025-11-08-0/+2
| | | Looks good! Merging this into development branch 👍
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage