fixed popus[blur]: set opengl: force introspection : true
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user