aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/configs/Keybinds.conf
Commit message (Collapse)AuthorAgeLines
* 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
* 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>
* fix: opaque togglebrockar2025-12-30-1/+1
| | | | fis this: https://github.com/JaKooLit/Arch-Hyprland/issues/352
* fix: layout aware cycleprev and cyclenext window bindingsSuresh Thagunna2025-12-23-0/+2
|
* feat: Add precise volume adjustmentRyan Garofano2025-12-22-0/+2
|
* 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
* move: Keybindsbrockar2025-11-22-0/+63
|
* new: startup apps for usersbrockar2025-11-22-0/+3
|
* 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
* 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
* 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
|
* most of the added features and keybinds are moved to User Keybinds. Giving ↵JaKooLit2025-02-13-40/+5
| | | | more flexibility for users
* Updated New rofi themesJaKooLit2025-02-12-9/+15
|
* Moved the animations script in scripts directory.JaKooLit2025-02-01-1/+1
| | | | | | Some Minor tweak on copy.sh. Need to tweak more as its already abit late
* Added Hyprland animations from different popular Hyprland users.JaKooLit2025-01-29-0/+1
| | | | default keybind to toggle animation is SUPER SHIFT A
* some changes on scripts which depends on rofi. Downside is only way to close ↵JaKooLit2025-01-12-1/+2
| | | | the rofi is pressing esc button. However, you can execute immediately the script. ie., rofi menu is opened, by pressing Super W, it will execute wallpaper menu immediately.
* - Searchable keybinds correction. Pressing `SUPER SHIFT K` again will close ↵JaKooLit2025-01-09-1/+1
| | | | rofi
* tweaks on keybinds so easier to search using rofiJaKooLit2025-01-04-25/+25
|
* added togglesplitJaKooLit2024-10-10-3/+8
|
* Added Searchable Keybinds using rofiJaKooLit2024-09-20-1/+1
| | | | Default Keybind SUPER SHIFT K
* fix change focus window when on group modeJaKooLit2024-08-24-3/+3
|
* disable background opacity on kitty config and let hyprland deal with ↵JaKooLit2024-08-18-0/+1
| | | | | | background opacity via window rules added SUPER ALT O to disable opacity to an active window
* Code Clean upsJaKooLit2024-08-02-1/+1
| | | | | Keybinds killall replaced with pkill for compatibility with Nixos Refresh.sh, WaybarLayout & Styles.sh code clean up
* Waybar CSS styles clean upJaKooLit2024-06-07-2/+2
| | | | Added Kill active window
* Wallpaper-Effects (Super Shift W)JaKooLit2024-06-03-0/+1
|
* keybind e for brightness and volume controlsJaKooLit2024-06-01-2/+2
|
* modified / added some keybindsJaKooLit2024-05-28-1/+5
|
* Update Keybinds.confJa.KooLit2024-05-25-12/+12
| | | Keybinds updated so media keys will work even lockscreens are active
* Move rofi-qalculate to userconfigs - keybindsJaKooLit2024-05-23-1/+0
|
* Update Keybinds.confJa.KooLit2024-05-23-1/+1
|
* feat: Add rofi calculator using qalc command. Result of expression is ↵JosephArmas2024-05-22-0/+1
| | | | automatically saved to clipboard. Default keybinding set to mod + alt + c.
* remove keyboard switching layout from default keybindsJaKooLit2024-05-21-1/+0
|
* updated prinscr + 10 secs timer. It is now super CTRL SHIFT PrintScrJaKooLit2024-05-16-1/+1
|
* small bug fix (typo) errorJaKooLit2024-05-07-1/+1
|
* Style change of ags which should work well with Dark / Light switcher. ↵JaKooLit2024-05-06-1/+0
| | | | Keybinds moved to UserConfigs
* Close Rofi if running when ags overview is launchedKiran George2024-05-05-1/+1
|
* Added ags overview widgetKiran George2024-05-04-0/+1
| | | | | | | | | | | | Updated search iscon for overview search result suggested action Removed excluded site from overview web search Updated calculator icon for overview Updated overview search action icon spacing Added initial pywal integration to overview search and updated seach icon
* feat: Added Google search & shortcut for rofiLevent Kaan Oğuz2024-04-21-0/+1
|
* added additional info for better workspace switchingJa.KooLit2024-03-19-3/+4
|
* fix: Fix workspace navigation for fr keyboard layoutItess2024-03-18-30/+31
|
* updated on dotsJa.KooLit2024-03-14-1/+1
|
* Bump to v2.2.6 and kb layout switch keybind updateJa.KooLit2024-03-12-1/+1
|
* remove extra # to fix latest update errorsJa.KooLit2024-02-19-1/+1
|
* feat: Add screenshot sounds & notificationsKKV92024-01-27-1/+1
| | | | Add sounds for screenshots with freedesktop.org sound theme. Notify for screenshots taken with swappy and move swappy capture to ScreenShot.sh.
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage