From bb71bd73c4c7db13853d399516fe27718fa4c970 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 18 Aug 2024 12:13:15 +0900 Subject: 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 --- config/hypr/configs/Keybinds.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'config/hypr/configs/Keybinds.conf') 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 -- cgit v1.2.3