fixed popus[blur]: set opengl: force introspection : true

This commit is contained in:
Joel Mathew Thomas
2024-06-13 10:47:50 +05:30
parent 93eaaf4a7a
commit 86bb9d2d50
5 changed files with 15 additions and 3 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 MiB

After

Width:  |  Height:  |  Size: 15 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 MiB

After

Width:  |  Height:  |  Size: 8.0 MiB

+11 -1
View File
@@ -21,7 +21,9 @@ source = ~/.config/hypr/conf/autostart.conf
# Set programs that you use
$terminal = kitty
$fileManager = dolphin --platformtheme qt6ct
# If using dolphin
#$fileManager = dolphin --platformtheme qt6ct
$fileManager = thunar
$menu = rofi --show drun
# Some default env vars.
@@ -136,6 +138,11 @@ device {
sensitivity = -0.5
}
opengl {
force_introspection = true
}
# Example windowrule v1
# windowrule = float, ^(kitty)$
# Example windowrule v2
@@ -145,6 +152,7 @@ windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.
windowrulev2 = opacity 0.85,class:^(nemo)
windowrulev2 = opacity 0.90,class:^(Code)
windowrule = opacity 0.90, ^(Spotify)$
windowrule = opacity 0.85, ^(thunar)$
windowrule = opacity 0.80, ^(org.qbittorrent.qBittorrent)$
layerrule = blur, rofi
layerrule = blur, waybar
@@ -275,3 +283,5 @@ windowrulev2 = fullscreen,class:(hollow_knight.exe)
windowrulev2 = monitor 1,class:(hollow_knight.exe)
windowrulev2 = workspace 10,class:(hollow_knight.exe)
workspace = 10, border:false, rounding:false,gapsin:0,gapsout:0,shadow:false,rounding:false,decorare:false,on-created-empty:bash ~/.config/hypr/gamemode.sh
+2 -2
View File
@@ -30,8 +30,8 @@ input-field {
font_color = rgb(10, 10, 10)
fade_on_empty = true
fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered.
placeholder_text = <i>Input Password...</i> # Text rendered in the input box when it's empty.
hide_input = true
placeholder_text = <i>Access Denied</i> # Text rendered in the input box when it's empty.
hide_input = false
rounding = -1 # -1 means complete rounding (circle/oval)
check_color = rgb(204, 136, 34)
fail_color = rgb(204, 34, 34) # if authentication failed, changes outer_color and fail message color