aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr
Commit message (Collapse)AuthorAgeLines
* Merge branch 'development' into patch-3Donald Williams2025-12-29-33/+69
|\
| * Fix: Update wallpaper path in WallustSwww.shMaximilian Zhu2025-12-29-1/+2
| | | | | | Updated wallpaper path in WallustSwww.sh to match the newest version of swww. It worked in a test on my local machine on fedora. The change was necessary to let ~/.config/rofi/.current_wallpaper to update automatically and it also fixed wallust updating the color scheme automatically. It also made hyprlock to use the current wallpaper as background. Rofi's embed wallpaper section got fixed too.
| * Merge branch 'development' into fix-cyclenext-cycleprev-window-layout-awareDonald Williams2025-12-24-55/+53
| |\
| | * Switch KB layout updated for new locationDon Williams2025-12-23-55/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | System settings move to hypr/configs/Systemsettings On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md modified: config/hypr/scripts/SwitchKeyboardLayout.sh modified: config/hypr/scripts/Tak0-Per-Window-Switch.sh
| * | fix: layout aware cycleprev and cyclenext window bindingsSuresh Thagunna2025-12-23-9/+25
| |/
| * feat: Add precise volume adjustmentRyan Garofano2025-12-22-23/+42
| |
* | Add network check to WeatherWrap scriptMaximilian Zhu2025-12-29-1/+25
| | | | | | Added a network connectivity check function to determine if the script can proceed with fetching weather data. If no network is available, it returns an offline status. (It will show an offline Icon in Waybar after waking up from `systemctl suspend` or `systemctl hibernate` and having no network. If you click it in waybar it will recheck, but this is unintended)
* | Fixed SwitchKeyboardLayout was sourcing wrong fileDon Williams2025-12-23-55/+53
|/ | | | | | | On branch kb-fix Changes to be committed: modified: config/hypr/scripts/SwitchKeyboardLayout.sh modified: config/hypr/scripts/Tak0-Per-Window-Switch.sh
* 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
|
* Invalidate cache when changing unitsDon Williams2025-12-06-0/+7
| | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: Weather.py
* Merge pull request #874 from albersonmiranda/weather-fixDonald Williams2025-12-05-5/+5
|\ | | | | fix: Check for empty strings in place parts and prevent coordinates from printing when a place is found.
| * fix: Check for empty strings in place parts and prevent coordinates from ↵Alberson Miranda2025-12-05-5/+5
| | | | | | | | printing when a place is found.
* | new: gestures for laptopsbrockar2025-12-04-2/+6
| |
* | fix: Fix wallpaper selector showing wrong wallpaper when filename contains dotsTim2025-12-01-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | The `cut -d. -f1` command truncated filenames at the first dot, causing wallpapers named like "01. Catppuccin.jpg" to display as just "01" in the rofi menu. Multiple wallpapers with the same prefix showed identical labels, and selecting one applied the wrong file since `find -print -quit` returned the first alphabetical match. Changed to use full filename `$pic_name` (consistent with GIF and video handling on lines 87 and 94). The existing sed on line 222 correctly strips only the file extension for the find command.
* | Update Overview integration with corrected qs ipc commands and startupDon Williams2025-11-30-7/+5
| |
* | fix: laptops system configbrockar2025-11-30-0/+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
* | Fixed AWK to pull keybind description not dispatcherDon Williams2025-11-26-8/+3
| |
* | KeyBinds.sh checks sys and user keybinds and flags dupsDon Williams2025-11-26-3/+81
| |
* | 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
| |
* | Left out UserKeybinds in editor screenDon Williams2025-11-26-0/+2
| |
* | Updated menu names for clarityDon Williams2025-11-26-12/+12
| |
* | Small formatting change on Setting MenuDon Williams2025-11-26-14/+14
| |
* | Merge br-userconfigs: Resolve conflict - remove WindowRules-v3.confDon Williams2025-11-25-936/+412
|\ \
| * | new: UserConfigsSwitches.shbrockar2025-11-22-0/+56
| | | | | | | | | | | | Script to manage UserConfigs
| * | mv: Laptops.conf to configs for default behaviorbrockar2025-11-22-26/+33
| | |
| * | 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/+122
| | |
| * | move: Keybindsbrockar2025-11-22-66/+63
| | |
| * | new: startup apps for usersbrockar2025-11-22-22/+28
| | |
| * | new: env vars modifybrockar2025-11-22-55/+106
| | |
| * | windowrules.conf new locationbrockar2025-11-22-231/+2
| | |
| * | del: windowrules-old.confbrockar2025-11-22-206/+0
| | |
* | | fix: Update Kool_Quick_Settings.sh for UserConfigs/configs separationDon Williams2025-11-25-24/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove UserKeybinds option (file no longer exists) - Point user overlay files to UserConfigs versions (Startup_Apps, WindowRules) - Add System Defaults view-only section - Point UserSettings to configs/SystemSettings.conf with info notification - Separate menu into USER CUSTOMIZATIONS, SYSTEM DEFAULTS, and UTILITIES sections - Add show_info() helper function for notifications
* | | Merge remote-tracking branch 'remotes/origin/fix/newWindowRules' into ↵Don Williams2025-11-25-1162/+307
|\ \ \ | | | | | | | | | | | | development
| * | | New windowrulesbrockar2025-11-22-1162/+307
| |/ /
* / / Updated Edit Menu for both system and user settingsDon Williams2025-11-25-20/+24
|/ / | | | | | | | | | | | | | | | | | | Also changed to just "Edit" since it calls an editor not viewwr On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: Kool_Quick_Settings.sh
* | 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
* | Adjusted sleep timers, last change was too longinstaller2025-11-22-16/+15
| | | | | | | | | | | | | | | | | | | | Slowed down changes and waybar startup On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/Refresh.sh
* | feat: Add new laptop gesture for zoombrockar2025-11-22-0/+2
| |
* | Repeated gamemode cycling gets multiple waybarsDon Williams2025-11-21-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | You have to hammer on it, to get it to occr Added addtional sleep timer to allow pkill to keep up Resolves: https://github.com/JaKooLit/Hyprland-Dots/issues/870 On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGES-v2.3.18.md modified: config/hypr/scripts/GameMode.sh modified: config/hypr/scripts/Refresh.sh
* | 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
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage