Merge Arch config as main #1

Closed
baobeld wants to merge 228 commits from arch(btw) into master
3 changed files with 21 additions and 6 deletions
Showing only changes of commit fe8156e7bd - Show all commits

View file

@ -13,8 +13,8 @@ windowrulev2 = nomaxsize, class:.* # You'll probably like this.
windowrule = float, title:rofi windowrule = float, title:rofi
windowrule = workspace special:terminal, kitty windowrule = workspace special:terminal, kitty
windowrule = workspace special:music, title:^Spotify Premium$ windowrule = workspace special:music, initialClass:Spotify
windowrulev2 = opacity 0.85 0.8, initialTitle:^Spotify Premium$ windowrulev2 = opacity 0.85 0.8, initialClass:Spotify
windowrulev2 = workspace 1,class:(discord) windowrulev2 = workspace 1,class:(discord)

View file

@ -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] discord --enable-features=UseOzonePlatform --ozone-platform=wayland
exec-once = [workspace 1 silent] caprine --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 2 silent] firefox
exec-once = [workspace special:music silent] spotify exec-once = [workspace special:music silent] spotify-launcher

View file

@ -42,9 +42,24 @@ $lockScreen = hyprlock
$mainMod = SUPER $mainMod = SUPER
exec-once=hyprctl setcursor volantes_cursors 24 exec-once=hyprctl setcursor volantes_cursors 24
env = XCURSOR_THEME, # Themes
env = FONT_NAME, C059 env = GTK_THEME,WhiteSur-Dark
env = MONOSPACE_FONT_NAME, JetBrainsMono Nerd Font 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/environments/nvidia.conf
source = ~/.config/hypr/config/keybinds.conf source = ~/.config/hypr/config/keybinds.conf