diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-08-18 12:13:15 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-08-18 12:13:15 +0900 |
| commit | bb71bd73c4c7db13853d399516fe27718fa4c970 (patch) | |
| tree | 6bd1a3b41994692bfdbdc7c17ce8b1ec0520388e /config/hypr/configs/Keybinds.conf | |
| parent | 76e435c301860a9552ae15b3dedfb825379f407b (diff) | |
disable background opacity on kitty config and let hyprland deal with background opacity via window rules
added SUPER ALT O to disable opacity to an active window
Diffstat (limited to 'config/hypr/configs/Keybinds.conf')
| -rw-r--r-- | config/hypr/configs/Keybinds.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index b53c6e8c..65da9ff5 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -36,6 +36,7 @@ bind = $mainMod SHIFT, M, exec, $UserScripts/RofiBeats.sh # online music bind = $mainMod, W, exec, $UserScripts/WallpaperSelect.sh # Select wallpaper to apply bind = $mainMod SHIFT, W, exec, $UserScripts/WallpaperEffects.sh # Wallpaper Effects by imagemagickWW bind = CTRL ALT, W, exec, $UserScripts/WallpaperRandom.sh # Random wallpapers +bind = $mainMod ALT, O, exec, hyprctl setprop active opaque toggle #disable opacity to active window # Waybar / Bar related bind = $mainMod, B, exec, pkill -SIGUSR1 waybar # Toggle hide/show waybar |
