hypr config
This commit is contained in:
parent
7595baf643
commit
fe8156e7bd
3 changed files with 21 additions and 6 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue