| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
|
| |
* 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
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>
|
| |
|
|
| |
fis this: https://github.com/JaKooLit/Arch-Hyprland/issues/352
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: config/hypr/configs/Keybinds.conf
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
- 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
|
| | |
|
| | |
|
| |
|
|
| |
managers, search engines...
|
| |
|
| |
Using MOD + ALT + Arrow keys to swap tiled windows L/R and U/D
|
| | |
|
| |
|
|
| |
more flexibility for users
|
| | |
|
| |
|
|
|
|
| |
Some Minor tweak on copy.sh.
Need to tweak more as its already abit late
|
| |
|
|
| |
default keybind to toggle animation is SUPER SHIFT A
|
| |
|
|
| |
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.
|
| |
|
|
| |
rofi
|
| | |
|
| | |
|
| |
|
|
| |
Default Keybind SUPER SHIFT K
|
| | |
|
| |
|
|
|
|
| |
background opacity via window rules
added SUPER ALT O to disable opacity to an active window
|
| |
|
|
|
| |
Keybinds killall replaced with pkill for compatibility with Nixos
Refresh.sh, WaybarLayout & Styles.sh code clean up
|
| |
|
|
| |
Added Kill active window
|
| | |
|
| | |
|
| | |
|
| |
|
| |
Keybinds updated so media keys will work even lockscreens are active
|
| | |
|
| | |
|
| |
|
|
| |
automatically saved to clipboard. Default keybinding set to mod + alt + c.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Keybinds moved to UserConfigs
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Add sounds for screenshots with freedesktop.org sound theme. Notify for screenshots taken with swappy and move swappy capture to ScreenShot.sh.
|