aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr
Commit message (Collapse)AuthorAgeLines
* 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-8/+13
| | | | | | | | | * 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
* Merge branch 'development' into patch-2Donald Williams2025-12-29-1/+25
|\
| * Merge branch 'development' into patch-3Donald Williams2025-12-29-33/+69
| |\
| * | 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)
* | | Merge branch 'development' into patch-2Donald 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
| | |
* | | Update: Enhance Weather.sh to get city from IP addressMaximilian Zhu2025-12-29-6/+40
| |/ |/| | | Added functionality to retrieve current city based on IP address with fallbacks and manual setting.
* | 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
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage