⚙️ config(hypr): some misc things

font size to the groupbar, dont cycle on fullscreen...
This commit is contained in:
Sergio Laín 2025-02-16 00:53:23 +01:00
parent 0cece31892
commit 0fcf69d734
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438
4 changed files with 7 additions and 1 deletions

View file

@ -17,6 +17,7 @@ bind = $mainMod SHIFT, BACKSPACE, exec, $scripts/launch_app $alter-editor
## Notifications Menu
bind = $mainMod, N, exec, $notifications-menu-toggle
bind = $mainMod SHIFT, R, exec, $notifications-menu-reload
bind = $mainMod SHIFT, N, exec, $notifications-menu-read
## Bar
bind = $mainMod CTRL, R, exec, $bar-reload

View file

@ -6,6 +6,7 @@ $bar-toggle = killall -SIGUSR1 $bar
$bar-reload = killall $bar; $bar
$notifications-menu = swaync-client
$notifications-menu-read = $notifications-menu -C
$notifications-menu-toggle = $notifications-menu -t
$notifications-menu-reload = $notifications-menu -R && $notifications-menu -rs

View file

@ -12,6 +12,10 @@ misc {
font_family = JetBrainsMono Nerd Font
}
binds {
movefocus_cycles_fullscreen = false
}
xwayland {
force_zero_scaling = true
}

View file

@ -52,7 +52,7 @@ group {
col.locked_active = rgba($maroonAlphaCC)
col.locked_inactive = rgba($subtext1Alpha99)
font_family = JetBrainsMono Nerd Font
font_size = 10
font_size = 14
text_color = $crust
height = 16
}