⚙️ config(hypr): some misc things
font size to the groupbar, dont cycle on fullscreen...
This commit is contained in:
parent
0cece31892
commit
0fcf69d734
4 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -12,6 +12,10 @@ misc {
|
|||
font_family = JetBrainsMono Nerd Font
|
||||
}
|
||||
|
||||
binds {
|
||||
movefocus_cycles_fullscreen = false
|
||||
}
|
||||
|
||||
xwayland {
|
||||
force_zero_scaling = true
|
||||
}
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue