From fe8156e7bd3c18256637a86d320e00c131d3d52f Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Sat, 12 Oct 2024 22:27:52 -0400 Subject: [PATCH] hypr config --- hypr/config/rules.conf | 4 ++-- hypr/config/startup.conf | 2 +- hypr/hyprland.conf | 21 ++++++++++++++++++--- 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/hypr/config/rules.conf b/hypr/config/rules.conf index eb5bae9..eb97085 100644 --- a/hypr/config/rules.conf +++ b/hypr/config/rules.conf @@ -13,8 +13,8 @@ windowrulev2 = nomaxsize, class:.* # You'll probably like this. windowrule = float, title:rofi windowrule = workspace special:terminal, kitty -windowrule = workspace special:music, title:^Spotify Premium$ -windowrulev2 = opacity 0.85 0.8, initialTitle:^Spotify Premium$ +windowrule = workspace special:music, initialClass:Spotify +windowrulev2 = opacity 0.85 0.8, initialClass:Spotify windowrulev2 = workspace 1,class:(discord) diff --git a/hypr/config/startup.conf b/hypr/config/startup.conf index 7dddd7b..598166e 100644 --- a/hypr/config/startup.conf +++ b/hypr/config/startup.conf @@ -12,5 +12,5 @@ exec-once = swww-daemon exec-once = [workspace 1 silent] discord --enable-features=UseOzonePlatform --ozone-platform=wayland exec-once = [workspace 1 silent] caprine --enable-features=UseOzonePlatform --ozone-platform=wayland exec-once = [workspace 2 silent] firefox -exec-once = [workspace special:music silent] spotify +exec-once = [workspace special:music silent] spotify-launcher diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index c983610..433a9e0 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -42,9 +42,24 @@ $lockScreen = hyprlock $mainMod = SUPER exec-once=hyprctl setcursor volantes_cursors 24 -env = XCURSOR_THEME, -env = FONT_NAME, C059 -env = MONOSPACE_FONT_NAME, JetBrainsMono Nerd Font +# Themes +env = GTK_THEME,WhiteSur-Dark +env = ICON_THEME,WhiteSur-Dark +env = COLOR_SCHEME,prefer-dark + +#Cursors +env = XCURSOR_THEME,Catppuccin-Macchiato-Dark +env = XCURSOR_SIZE,24 +env = HYPRCURSOR_THEME,Catppuccin-Macchiato-Dark +env = HYPRCURSOR_SIZE,24 + + +# Fonts +env = FONT_NAME,JetBrainsMono Nerd Font 24 +env = DOCUMENT_FONT_NAME,Cantarell 24 +env = MONOSPACE_FONT_NAME,JetBrainsMono Nerd Font 5 +env = FONT_ANTIALIASING,rgba +env = FONT_HINTING,full source = ~/.config/hypr/config/environments/nvidia.conf source = ~/.config/hypr/config/keybinds.conf