Centralized color management and small other changes
This commit is contained in:
parent
602e3f2f97
commit
fad4736225
14 changed files with 52 additions and 59 deletions
|
|
@ -3,9 +3,7 @@
|
|||
#####################
|
||||
|
||||
# Refer to https://wiki.hyprland.org/Configuring/Variables/
|
||||
|
||||
$active_color = rgba(98C1D9FF)
|
||||
$inactive_color = rgba(595959aa)
|
||||
source = ~/.config/hypr/config/colors.conf
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#general
|
||||
general {
|
||||
|
|
@ -167,6 +165,23 @@ windowrule=nodim,class:^(albert)$
|
|||
windowrule=pseudo, class:(org.prismlauncher.PrismLauncher)
|
||||
windowrule=size 65% 70%, class:(org.prismlauncher.PrismLauncher), title:^(Prism Launcher .*)$
|
||||
|
||||
# Nautilus
|
||||
windowrule=pseudo, class:(org.gnome.Nautilus)
|
||||
windowrule=size 65% 70%, class:(org.gnome.Nautilus) initialTitle:^(Loading…)$
|
||||
|
||||
# Kitty
|
||||
#windowrule=pseudo, class:(kitty)
|
||||
#windowrule=size 80% 80%, class:(kitty)
|
||||
|
||||
# Vivado
|
||||
## Loading screen
|
||||
windowrule=float, class:(ui-PlanAhead)
|
||||
windowrule=size 397 295, class:(ui-PlanAhead) title:^(win0)$
|
||||
windowrule=center, class:(ui-PlanAhead)
|
||||
## Main window
|
||||
windowrule=tile, class:(Vivado)
|
||||
|
||||
|
||||
# TODO Automatically fullscreen single apps
|
||||
# - Seems impossible for now (try mixing with workspace rules)
|
||||
|
||||
|
|
|
|||
1
.config/hypr/config/colors.conf
Symbolic link
1
.config/hypr/config/colors.conf
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../colors/hyprland.conf
|
||||
|
|
@ -21,6 +21,10 @@ exec-once = ~/.config/hypr/scripts/autostart.sh
|
|||
# Or execute your favorite apps at launch like this:
|
||||
# exec-once = firefox
|
||||
|
||||
# Testing clipboard managers
|
||||
exec-once = wl-paste --type text --watch cliphist store # Stores only text data
|
||||
exec-once = wl-paste --type image --watch cliphist store # Stores only image data
|
||||
|
||||
|
||||
#############################
|
||||
### ENVIRONMENT VARIABLES ###
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue