diff options
| author | brockar <martinnguzman.mg@gmail.com> | 2025-12-30 18:41:59 -0300 |
|---|---|---|
| committer | brockar <martinnguzman.mg@gmail.com> | 2025-12-30 18:41:59 -0300 |
| commit | 330a934953fb79c56c60e2520210f8686b4c5459 (patch) | |
| tree | 9e6200de80a904b60549299bbff10664e580af11 | |
| parent | 7389aef59d045c622e24797d7e46bdbd8d222f38 (diff) | |
fix: opaque toggle
fis this: https://github.com/JaKooLit/Arch-Hyprland/issues/352
| -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 ddc516bc..43bd1e94 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -58,7 +58,7 @@ bindd = $mainMod SHIFT, M, online music, exec, $UserScripts/RofiBeats.sh bindd = $mainMod, W, select wallpaper, exec, $UserScripts/WallpaperSelect.sh bindd = $mainMod SHIFT, W, wallpaper effects, exec, $UserScripts/WallpaperEffects.sh bindd = CTRL ALT, W, random wallpaper, exec, $UserScripts/WallpaperRandom.sh -bindd = $mainMod CTRL, O, toggle active window opacity, exec, hyprctl setprop active opaque toggle +bindd = $mainMod CTRL, O, toggle active window opacity, setprop, active opaque toggle 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 oh-my-zsh theme, exec, $UserScripts/ZshChangeTheme.sh |
