From 6ee881c7dcb3e6c12f1ee4d11b50cd02c933c4c6 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Mon, 19 Jan 2026 11:08:22 +0100 Subject: [PATCH] [Hyprland] Update for new keyboard having native ability to swap caps and escape --- config/hypr/hyprland/general.conf | 1 - config/hypr/hyprland_laptop.conf | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/config/hypr/hyprland/general.conf b/config/hypr/hyprland/general.conf index 5de2edc..5ecf6f7 100644 --- a/config/hypr/hyprland/general.conf +++ b/config/hypr/hyprland/general.conf @@ -33,7 +33,6 @@ env = OLLAMA_HOST,0.0.0.0 input { kb_layout = us kb_variant = altgr-intl - kb_options = caps:swapescape natural_scroll = true numlock_by_default = true diff --git a/config/hypr/hyprland_laptop.conf b/config/hypr/hyprland_laptop.conf index dc61e6f..c7da703 100644 --- a/config/hypr/hyprland_laptop.conf +++ b/config/hypr/hyprland_laptop.conf @@ -40,6 +40,10 @@ env = QT_QPA_PLATFORM, wayland env = ELECTRON_OZONE_PLATFORM_HINT, wayland env = GDK_SCALE,2 +input { + kb_options = caps:swapescape +} + xwayland { force_zero_scaling = true }