diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-08-15 11:26:57 -0400 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-08-29 21:41:34 -0700 |
| commit | 912130c3b2c09123d933addde1fcf97373a5cdc1 (patch) | |
| tree | ba57dce1e2002552898476269955d687e7f67bb5 /config/hypr/configs/Keybinds.conf | |
| parent | 16a0414b0e6cf4c27fc5550e7acee3e731cddbb7 (diff) | |
Fixed opacity keybinds add: ToggleOpacity script
Signed-off-by: Don Williams <don.e.williams@gmail.com>
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: CHANGELOG.md
modified: config/hypr/configs/Keybinds.conf
modified: config/hypr/configs/system_keybinds.lua
modified: config/hypr/lua/keybind_helpers.lua
new file: config/hypr/scripts/ToggleOpacity.sh
Diffstat (limited to 'config/hypr/configs/Keybinds.conf')
| -rw-r--r-- | config/hypr/configs/Keybinds.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index 612ecc95..844f4905 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -70,7 +70,7 @@ bindd = $mainMod SHIFT, M, Online music, exec, $UserScripts/RofiBeats.sh bindd = $mainMod, W, Select Wallpaper, exec, $scriptsDir/WallpaperSelect.sh bindd = $mainMod SHIFT, W, Wallpaper effects, exec, $scriptsDir/WallpaperEffects.sh bindd = CTRL ALT, W, Random wallpaper, exec, $scriptsDir/WallpaperRandom.sh -bindd = $mainMod CTRL, O, Toggle active window opacity, setprop, active opaque toggle +bindd = $mainMod CTRL, O, Toggle active window opacity, exec, $scriptsDir/ToggleOpacity.sh bindd = $mainMod SHIFT, K, Search keybinds, exec, $scriptsDir/KeyBinds.sh bindd = $mainMod SHIFT, A, Animations menu, exec, $scriptsDir/Animations.sh bindd = $mainMod SHIFT, O, Change ZSH (oh-my-zsh) theme, exec, $scriptsDir/ZshChangeTheme.sh |
