[Hyprland] Update for new keyboard having native ability to swap caps and escape

This commit is contained in:
2026-01-19 11:08:22 +01:00
parent 2649ee4b56
commit 6ee881c7dc
2 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -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
}