From ac1ae9df37f170e234b3b10b0404b97e813a8827 Mon Sep 17 00:00:00 2001 From: lucy Date: Thu, 12 Feb 2026 18:06:02 +0100 Subject: [PATCH] switch to global eu layout in hyprland --- hypr/hyprland.conf | 37 +++++++++++-------------------------- kitty/kitty.conf | 2 +- kitty/kitty.conf.bak | 9 ++------- nvim | 2 +- quickshell | 2 +- 5 files changed, 16 insertions(+), 36 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 6b90fa4..c7eae19 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -48,8 +48,7 @@ $menu = fuzzel exec-once = qs #exec-once = kitty --single-instance --start-as hidden -exec-once = hyprctl setcursor gentoo 24 -exec-once = gentoo-pipewire-launcher +exec-once = hyprctl setcursor Adwaita 24 exec-once = /usr/libexec/polkit-gnome-authentication-agent-1 exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP @@ -132,15 +131,6 @@ decoration { -device { - name = node-75-lp-1-keyboard - kb_layout = us -} - -device { - name = nuphy-node-75-lp-dongle-1 - kb_layout = us -} # https://wiki.hyprland.org/Configuring/Variables/#animations animations { enabled = yes, please :) @@ -160,9 +150,7 @@ animations { animation = fadeIn, 1, 6, easeOutQuint animation = fadeOut, 1, 5, easeOutQuint animation = fade, 1, 6, quick - animation = layers, 1, 5, easeOutQuint - animation = layersIn, 1, 6, easeOutQuint, fade - animation = layersOut, 1, 4, easeOutQuint, fade + animation = layers, 1, 5, easeOutQuint, slide animation = fadeLayersIn, 1, 6, easeOutQuint animation = fadeLayersOut, 1, 5, easeOutQuint animation = workspaces, 1, 6, easeOutQuint, slide @@ -207,14 +195,14 @@ xwayland { # https://wiki.hyprland.org/Configuring/Variables/#input input { - kb_layout = de + kb_layout = eu kb_variant = kb_model = kb_options = kb_rules = follow_mouse = 1 - sensitivity = -0.2 # -1.0 - 1.0, 0 means no modification. + sensitivity = 0.5 # -1.0 - 1.0, 0 means no modification. accel_profile = flat touchpad { @@ -223,9 +211,6 @@ input { } # https://wiki.hyprland.org/Configuring/Variables/#gestures -gestures { - workspace_swipe = true -} # Example per-device config # See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more @@ -331,10 +316,10 @@ bind = $mainMod, w, global, quickshell:showWallSwitcher # windowrule = float,class:^(kitty)$,title:^(kitty)$ # Ignore maximize requests from apps. You'll probably like this. -windowrule = suppressevent maximize, class:.* -windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0 -layerrule = ignorealpha 0, quickshell -blurls = quickshell -windowrule = float,title:^(qs-wallswitcher)$ -windowrule = float,title:^(qs-fontpicker)$ -windowrule = float,title:^(qs-settings)$ +windowrule { + name = quickshell-rules + match:initial_title = ^qs-.* + float = on + max_size = 800 600 + +} diff --git a/kitty/kitty.conf b/kitty/kitty.conf index bfb0d78..36f61bf 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -4,7 +4,7 @@ ynamic_background_opacity no font_size 10 # BEGIN_KITTY_FONTS -font_family family="Maple Mono" +font_family family="Adwaita Mono" bold_font auto italic_font auto bold_italic_font auto diff --git a/kitty/kitty.conf.bak b/kitty/kitty.conf.bak index f6be166..bfb0d78 100644 --- a/kitty/kitty.conf.bak +++ b/kitty/kitty.conf.bak @@ -1,15 +1,10 @@ include colors.conf window_padding_width 10 -background_opacity 0.9 -dynamic_background_opacity no +ynamic_background_opacity no font_size 10 # BEGIN_KITTY_FONTS -<<<<<<< HEAD -font_family family="Adwaita Mono" -======= -font_family family="Maple Mono NL" ->>>>>>> bb40f68e14acd360040ccd4b63d3b52bda01e261 +font_family family="Maple Mono" bold_font auto italic_font auto bold_italic_font auto diff --git a/nvim b/nvim index 0420e64..0e676b7 160000 --- a/nvim +++ b/nvim @@ -1 +1 @@ -Subproject commit 0420e643c7ea67e32d430c4526c6e0a25a833375 +Subproject commit 0e676b749f35df4eb2f430d30c6650ac5f9fc50d diff --git a/quickshell b/quickshell index 0d49031..760558d 160000 --- a/quickshell +++ b/quickshell @@ -1 +1 @@ -Subproject commit 0d490310b81def518e0d60cb4ea76f39375f9ea8 +Subproject commit 760558d214ad2f1385b20d923ad98934c0611051