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/UserConfigs/WindowRules.conf | 2 +- config/hypr/configs/Keybinds.conf | 1 + config/hypr/v2.3.2 | 5 ----- config/hypr/v2.3.3 | 5 +++++ config/kitty/kitty.conf | 2 +- config/wallust/templates/colors-kitty.conf | 2 +- 6 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 config/hypr/v2.3.2 create mode 100644 config/hypr/v2.3.3 diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf index 8aba98ba..44028305 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -80,7 +80,7 @@ windowrulev2 = opacity 0.9 0.8, class:^([Tt]hunar|org.gnome.Nautilus)$ windowrulev2 = opacity 0.8 0.6, class:^(pcmanfm-qt)$ windowrulev2 = opacity 0.8 0.7, class:^(gedit|org.gnome.TextEditor|mousepad)$ windowrulev2 = opacity 0.9 0.8, class:^(deluge)$ -windowrulev2 = opacity 0.9 0.8, class:^(Alacritty|kitty)$ # Terminals +windowrulev2 = opacity 0.8 0.7, class:^(Alacritty|kitty)$ # Terminals windowrulev2 = opacity 0.9 0.7, class:^(VSCodium|codium-url-handler)$ windowrulev2 = opacity 0.9 0.8, class:^(nwg-look|qt5ct|qt6ct|yad)$ windowrulev2 = opacity 0.9 0.8, title:(Kvantum Manager) 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 diff --git a/config/hypr/v2.3.2 b/config/hypr/v2.3.2 deleted file mode 100644 index 31b3414d..00000000 --- a/config/hypr/v2.3.2 +++ /dev/null @@ -1,5 +0,0 @@ -### https://github.com/JaKooLit ### -## https://github.com/JaKooLit/Hyprland-Dots -## This is to have a reference of which version would be - -## note that this will always be higher than the released versions \ No newline at end of file diff --git a/config/hypr/v2.3.3 b/config/hypr/v2.3.3 new file mode 100644 index 00000000..31b3414d --- /dev/null +++ b/config/hypr/v2.3.3 @@ -0,0 +1,5 @@ +### https://github.com/JaKooLit ### +## https://github.com/JaKooLit/Hyprland-Dots +## This is to have a reference of which version would be + +## note that this will always be higher than the released versions \ No newline at end of file diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index ccf60a48..710e4b01 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -4,7 +4,7 @@ bold_font auto italic_font auto bold_italic_font auto -background_opacity 0.5 +#background_opacity 0.5 confirm_os_window_close 0 # change to x11 or wayland or leave auto diff --git a/config/wallust/templates/colors-kitty.conf b/config/wallust/templates/colors-kitty.conf index 17a0fdff..e0971127 100644 --- a/config/wallust/templates/colors-kitty.conf +++ b/config/wallust/templates/colors-kitty.conf @@ -4,7 +4,7 @@ bold_font auto italic_font auto bold_italic_font auto -background_opacity 0.5 +#background_opacity 0.5 confirm_os_window_close 0 # change to x11 or wayland or leave auto -- cgit v1.2.3