diff --git a/.config/hypr/configs/binds.conf b/.config/hypr/configs/binds.conf index 31185b81..20231edb 100644 --- a/.config/hypr/configs/binds.conf +++ b/.config/hypr/configs/binds.conf @@ -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 diff --git a/.config/hypr/configs/default_apps.conf b/.config/hypr/configs/default_apps.conf index 76a9e2b8..e1acccc4 100644 --- a/.config/hypr/configs/default_apps.conf +++ b/.config/hypr/configs/default_apps.conf @@ -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 diff --git a/.config/hypr/configs/misc.conf b/.config/hypr/configs/misc.conf index d863e3bb..0d78b519 100644 --- a/.config/hypr/configs/misc.conf +++ b/.config/hypr/configs/misc.conf @@ -12,6 +12,10 @@ misc { font_family = JetBrainsMono Nerd Font } +binds { + movefocus_cycles_fullscreen = false +} + xwayland { force_zero_scaling = true } diff --git a/.config/hypr/theme/decoration.conf b/.config/hypr/theme/decoration.conf index aad0a0e2..0fde0ca8 100644 --- a/.config/hypr/theme/decoration.conf +++ b/.config/hypr/theme/decoration.conf @@ -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 }