mirror of
https://github.com/Yannick7777/dotfiles.git
synced 2025-06-26 06:35:23 +02:00
Fix electron and youtube(-music) border changes
This commit is contained in:
parent
72539b3bab
commit
26fca31aca
1 changed files with 5 additions and 2 deletions
|
@ -70,6 +70,8 @@ env = XCURSOR_SIZE,24
|
|||
env = HYPRCURSOR_THEME, Adwaita
|
||||
env = HYPRCURSOR_SIZE,24
|
||||
|
||||
env = ELECTRON_OZONE_PLATFORM_HINT,auto
|
||||
|
||||
|
||||
#####################
|
||||
### LOOK AND FEEL ###
|
||||
|
@ -300,10 +302,11 @@ bindm = $mainMod, mouse:273, resizewindow
|
|||
|
||||
# Windows Rules
|
||||
windowrulev2 = bordercolor rgba(de00a3ee) rgba(05aff7ee) 45deg, class:(kitty) # More 'intense' borders for Kitty
|
||||
windowrulev2 = noborder on, title:.*- YouTube.*
|
||||
# windowrulev2 = noborder on, title:.*- YouTube.*
|
||||
windowrulev2 = noborder on, class:(YouTube Music)
|
||||
windowrulev2 = float , class:blueman-manager
|
||||
windowrulev2 = float , class:fim
|
||||
|
||||
# Include NVidia stuff
|
||||
# UNCOMMENT THIS WHEN RUNNNING AN NVIDIA CARD.
|
||||
source = ~/.config/hypr/nvidia.hyprland.conf
|
||||
# source = ~/.config/hypr/nvidia.hyprland.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue