mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
hyprland: Fix thunar class
At some point this got changed from thunar to Thunar.
This commit is contained in:
parent
13157341b1
commit
723aa4a2e3
@ -169,7 +169,7 @@ in
|
||||
windowrulev2 = noblur,class:^(kitty)$
|
||||
windowrulev2 = nodim,title:^(Picture-in-Picture)$
|
||||
windowrulev2 = tile,class:^(.qemu-system-x86_64-wrapped)$
|
||||
windowrulev2 = opacity ${opacity} ${opacity},class:^(thunar)$
|
||||
windowrulev2 = opacity ${opacity} ${opacity},class:^(Thunar)$
|
||||
|
||||
# Scroll through existing workspaces with super + scroll
|
||||
bind = $SUPER, mouse_down, workspace, e+1
|
||||
|
Loading…
Reference in New Issue
Block a user