aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/configs
Commit message (Collapse)AuthorAgeLines
* 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 👍
* Fixing layout aware SUPER J/K cycle next/prevDon Williams2025-11-05-2/+4
| | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/configs/Keybinds.conf modified: config/hypr/scripts/KeybindsLayoutInit.sh
* feat(hypr): align SUPER+J/K binds to current layout on startup\n\n- Add ↵Don Williams2025-11-05-0/+1
| | | | scripts/KeybindsLayoutInit.sh to set J/K (and O for togglesplit) based on general:layout\n- Wire via Startup_Apps.conf (exec-once) so default dwindle or master both get correct binds\n- Complements scripts/ChangeLayout.sh dynamic rebinds
* Small decription changesDon Williams2025-10-30-2/+2
| | | | | | | | | 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-98/+98
| | | | | | | - 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
* Changed /usr/bin/bash to /usr/bin/env bashDon Williams2025-10-28-0/+293
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: Distro-Hyprland.sh modified: config/hypr/UserScripts/RainbowBorders.sh modified: config/hypr/UserScripts/RofiBeats.sh modified: config/hypr/UserScripts/RofiCalc.sh modified: config/hypr/UserScripts/Tak0-Autodispatch.sh modified: config/hypr/UserScripts/WallpaperAutoChange.sh modified: config/hypr/UserScripts/WallpaperEffects.sh modified: config/hypr/UserScripts/WallpaperRandom.sh modified: config/hypr/UserScripts/WallpaperSelect.sh modified: config/hypr/UserScripts/Weather.sh modified: config/hypr/UserScripts/WeatherWrap.sh modified: config/hypr/UserScripts/ZshChangeTheme.sh new file: config/hypr/configs/Startup_Apps.conf new file: config/hypr/configs/WindowRules.conf modified: config/hypr/hyprland.conf modified: config/hypr/initial-boot.sh modified: config/hypr/scripts/AirplaneMode.sh modified: config/hypr/scripts/Animations.sh modified: config/hypr/scripts/Battery.sh modified: config/hypr/scripts/Brightness.sh modified: config/hypr/scripts/BrightnessKbd.sh modified: config/hypr/scripts/ChangeBlur.sh modified: config/hypr/scripts/ChangeLayout.sh modified: config/hypr/scripts/ClipManager.sh new file: config/hypr/scripts/ComposeHyprConfigs.sh modified: config/hypr/scripts/DarkLight.sh modified: config/hypr/scripts/Distro_update.sh modified: config/hypr/scripts/Dropterminal.sh modified: config/hypr/scripts/GameMode.sh modified: config/hypr/scripts/Hypridle.sh modified: config/hypr/scripts/KeyBinds.sh modified: config/hypr/scripts/KeyHints.sh modified: config/hypr/scripts/KillActiveProcess.sh modified: config/hypr/scripts/Kitty_themes.sh modified: config/hypr/scripts/KooLsDotsUpdate.sh modified: config/hypr/scripts/Kool_Quick_Settings.sh modified: config/hypr/scripts/LockScreen.sh modified: config/hypr/scripts/MediaCtrl.sh modified: config/hypr/scripts/MonitorProfiles.sh modified: config/hypr/scripts/Polkit-NixOS.sh modified: config/hypr/scripts/Polkit.sh modified: config/hypr/scripts/PortalHyprland.sh modified: config/hypr/scripts/Refresh.sh modified: config/hypr/scripts/RefreshNoWaybar.sh modified: config/hypr/scripts/RofiEmoji.sh modified: config/hypr/scripts/RofiSearch.sh modified: config/hypr/scripts/RofiThemeSelector-modified.sh modified: config/hypr/scripts/RofiThemeSelector.sh modified: config/hypr/scripts/ScreenShot.sh modified: config/hypr/scripts/Sounds.sh modified: config/hypr/scripts/SwitchKeyboardLayout.sh modified: config/hypr/scripts/Tak0-Autodispatch.sh modified: config/hypr/scripts/TouchPad.sh modified: config/hypr/scripts/Volume.sh modified: config/hypr/scripts/WallustSwww.sh modified: config/hypr/scripts/WaybarLayout.sh modified: config/hypr/scripts/WaybarScripts.sh modified: config/hypr/scripts/WaybarStyles.sh modified: config/hypr/scripts/Wlogout.sh modified: config/hypr/scripts/sddm_wallpaper.sh modified: copy.sh modified: release.sh modified: upgrade.sh
* added some notes on kill bindJaKooLit2025-03-16-4/+3
|
* minor keybind updateJaKooLit2025-03-08-2/+1
|
* Introduction of using a separate file for Default apps, terminals, file ↵JaKooLit2025-03-01-0/+2
| | | | managers, search engines...
* Update Keybinds.conf swap windowsDonald Williams2025-02-23-0/+6
| | | Using MOD + ALT + Arrow keys to swap tiled windows L/R and U/D
* updateinstaller2025-02-16-36/+36
|
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage