aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/UserConfigs/UserKeybinds.conf
Commit message (Collapse)AuthorAgeLines
* 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
|
* move: Keybindsbrockar2025-11-22-66/+0
|
* new: startup apps for usersbrockar2025-11-22-3/+0
|
* 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
* 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
* Update UserKeybinds.confDonald Williams2025-10-13-1/+1
| | | Fix typo in bindings for Show open apps
* Removed group featureDon Williams2025-10-12-10/+0
|
* Added Groups & keybinds from Matt @ The Linux castDon Williams2025-10-12-0/+11
| | | | | | | | | 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
* restoring development branch changes?JaKooLit2025-08-09-0/+5
|
* 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 copy.sh and still added agsJaKooLit2025-07-19-2/+3
|
* Overview v2Kiran George2025-06-09-1/+1
|
* Improved Dropdown terminalKiran George2025-05-25-1/+1
|
* some minor fixes on the user defaultJaKooLit2025-05-21-2/+4
|
* da fJaKooLit2025-03-12-4/+9
|
* ok kinda like revertJaKooLit2025-03-12-9/+4
|
* updated zoomn factorJaKooLit2025-03-10-4/+4
|
* Dropped pyprlandJaKooLit2025-03-10-4/+9
|
* updated. On startup apps.conf, removed the &JaKooLit2025-03-09-1/+0
|
* removed the & on opening a browserJaKooLit2025-03-08-1/+1
|
* minor updatesJaKooLit2025-03-06-1/+1
|
* wallpapers and waybar config and styles will be restored automaticallyJaKooLit2025-02-22-1/+1
|
* pushing for monitor profiles, changed the version to dev first indicating ↵JaKooLit2025-02-21-1/+1
| | | | still in dev branch. Enhance functionality of KooL Quick Settings
* minor update UserKeybinds inorder to still launch rofi menu even launching ↵installer2025-02-16-3/+3
| | | | the rofi theme selector
* updated rofi configs. Added CTRL SHIFT R to launch modified rofi-theme-selectorJaKooLit2025-02-15-0/+1
|
* most of the added features and keybinds are moved to User Keybinds. Giving ↵JaKooLit2025-02-13-10/+37
| | | | more flexibility for users
* Updated New rofi themesJaKooLit2025-02-12-7/+5
|
* Initial upload of various rofi themesJaKooLit2025-02-10-0/+2
|
* Update UserKeybinds.conf - added fake full screen (super ctrl F)Ja.KooLit2025-01-08-0/+2
|
* tweaks on keybinds so easier to search using rofiJaKooLit2025-01-04-5/+5
|
* RofiCalc script moved to UserScriptsJaKooLit2024-05-23-1/+1
|
* Move rofi-qalculate to userconfigs - keybindsJaKooLit2024-05-23-1/+3
|
* Update UserKeybinds.confGrafMonteCarlo2024-05-21-1/+2
| | | Assigning the Alt+Shift keys to trigger the script SwitchKeyboardLayouts.sh
* Update UserKeybinds.confGrafMonteCarlo2024-05-21-1/+1
| | | Assigning the Alt+Shift keys to trigger the script SwitchKeyboardLayouts.sh
* small tweak / bug fixJaKooLit2024-05-07-0/+2
|
* Style change of ags which should work well with Dark / Light switcher. ↵JaKooLit2024-05-06-0/+1
| | | | Keybinds moved to UserConfigs
* Change Keybind for drop down terminalJaKooLit2024-05-02-2/+2
| | | | | Disabled Launch rofi using Super key Keyhints Updated
* add pyprland: with dropterm and magnify enabledJohn Titor2024-05-02-0/+4
|
* remove extra # to fix latest update errorsJa.KooLit2024-02-19-1/+1
|
* Re-Structured Hypr Folder in preparation for Updates ScriptsJa.KooLit2023-12-29-0/+29
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage