fixes windowrules
This commit is contained in:
		| @@ -24,34 +24,41 @@ multiplier = 4 | |||||||
| [colors] | [colors] | ||||||
| draw_bold_text_with_bright_colors = true | draw_bold_text_with_bright_colors = true | ||||||
|  |  | ||||||
| # Colors from https://github.com/alacritty/alacritty-theme/blob/master/themes/everforest_dark.toml | # Upstream: github.com/bluz71/vim-moonfly-colors | ||||||
| # see https://github.com/alacritty/alacritty-theme for more | # github.com/alacritty/alacritty-theme | ||||||
| # Default colors |  | ||||||
| [colors.primary] |  | ||||||
| background = '#2d353b' |  | ||||||
| foreground = '#d3c6aa' |  | ||||||
|  |  | ||||||
| # Normal colors |  | ||||||
| [colors.normal] |  | ||||||
| black   = '#475258' |  | ||||||
| red     = '#e67e80' |  | ||||||
| green   = '#a7c080' |  | ||||||
| yellow  = '#dbbc7f' |  | ||||||
| blue    = '#7fbbb3' |  | ||||||
| magenta = '#d699b6' |  | ||||||
| cyan    = '#83c092' |  | ||||||
| white   = '#d3c6aa' |  | ||||||
|  |  | ||||||
| # Bright colors |  | ||||||
| [colors.bright] | [colors.bright] | ||||||
| black   = '#475258' | black = "#949494" | ||||||
| red     = '#e67e80' | blue = "#74b2ff" | ||||||
| green   = '#a7c080' | cyan = "#85dc85" | ||||||
| yellow  = '#dbbc7f' | green = "#36c692" | ||||||
| blue    = '#7fbbb3' | magenta = "#ae81ff" | ||||||
| magenta = '#d699b6' | red = "#ff5189" | ||||||
| cyan    = '#83c092' | white = "#e4e4e4" | ||||||
| white   = '#d3c6aa' | yellow = "#c6c684" | ||||||
|  |  | ||||||
|  | [colors.cursor] | ||||||
|  | cursor = "#8e8e8e" | ||||||
|  | text = "#080808" | ||||||
|  |  | ||||||
|  | [colors.normal] | ||||||
|  | black = "#323437" | ||||||
|  | blue = "#80a0ff" | ||||||
|  | cyan = "#79dac8" | ||||||
|  | green = "#8cc85f" | ||||||
|  | magenta = "#cf87e8" | ||||||
|  | red = "#ff5454" | ||||||
|  | white = "#c6c6c6" | ||||||
|  | yellow = "#e3c78a" | ||||||
|  |  | ||||||
|  | [colors.primary] | ||||||
|  | background = "#080808" | ||||||
|  | bright_foreground = "#eeeeee" | ||||||
|  | foreground = "#bdbdbd" | ||||||
|  |  | ||||||
|  | [colors.selection] | ||||||
|  | background = "#b2ceee" | ||||||
|  | text = "#080808" | ||||||
|  |  | ||||||
| [font] | [font] | ||||||
| size = 11 | size = 11 | ||||||
|   | |||||||
| @@ -6,7 +6,6 @@ source = ~/.config/hypr/config/defaults.conf | |||||||
|  |  | ||||||
| # Autostart wiki https://wiki.hyprland.org/0.45.0/Configuring/Keywords/#executing # | # Autostart wiki https://wiki.hyprland.org/0.45.0/Configuring/Keywords/#executing # | ||||||
|  |  | ||||||
| exec-once = swaybg -o \* -i /usr/share/wallpapers/cachyos-wallpapers/Skyscraper.png -m fill |  | ||||||
| exec-once = waybar & | exec-once = waybar & | ||||||
| exec-once = fcitx5 -d & | exec-once = fcitx5 -d & | ||||||
| exec-once = mako & | exec-once = mako & | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
| # ┃                     Defaults Configuration                  ┃ | # ┃                     Defaults Configuration                  ┃ | ||||||
| # ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ | # ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ | ||||||
|  |  | ||||||
| $filemanager =  | $filemanager = dolphin | ||||||
| $applauncher = rofi -show combi -modi window,run,combi -combi-modi window,run | $applauncher = rofi -show combi -modi window,run,combi -combi-modi window,run | ||||||
| $terminal = alacritty | $terminal = alacritty | ||||||
| $idlehandler = swayidle -w timeout 300 'swaylock -f -c 000000' before-sleep 'swaylock -f -c 000000' | $idlehandler = swayidle -w timeout 300 'swaylock -f -c 000000' before-sleep 'swaylock -f -c 000000' | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ | |||||||
| # Windows Rules https://wiki.hyprland.org/0.45.0/Configuring/Window-Rules/ # | # Windows Rules https://wiki.hyprland.org/0.45.0/Configuring/Window-Rules/ # | ||||||
|  |  | ||||||
| # Float Necessary Windows | # Float Necessary Windows | ||||||
| windowrule = float, Rofi | windowrule = float, title:Rofi | ||||||
| windowrulev2 = float, class:^(org.pulseaudio.pavucontrol) | windowrulev2 = float, class:^(org.pulseaudio.pavucontrol) | ||||||
| windowrulev2 = float, class:^()$,title:^(Picture in picture)$ | windowrulev2 = float, class:^()$,title:^(Picture in picture)$ | ||||||
| windowrulev2 = float, class:^()$,title:^(Save File)$ | windowrulev2 = float, class:^()$,title:^(Save File)$ | ||||||
|   | |||||||
| @@ -1 +0,0 @@ | |||||||
| workspace = 3, on-created-empty:$applauncher |  | ||||||
		Reference in New Issue
	
	Block a user