diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-09-09 18:34:20 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-09-09 18:34:20 +0100 |
| commit | 925554d0c012fc6bb677cd09d625333f558e58f5 (patch) | |
| tree | e629b5bf52156d1323cefc1d10a9132cd98c29f6 | |
| parent | 24082482e1819d490a7788a03be18089062b40bb (diff) | |
| -rw-r--r-- | .config/cow/cow.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/cow/cow.conf b/.config/cow/cow.conf index 3cb84b4..29c91cf 100644 --- a/.config/cow/cow.conf +++ b/.config/cow/cow.conf @@ -29,6 +29,10 @@ set placement undermouse # Raise a window when it receives focus. Set false to preserve stacking. set raise_on_focus true +# Remember the active keyboard layout independently for each window and +# restore it whenever that window receives focus. +# set keyboard_layout.per_window true + # Cursor theme and size default to XCURSOR_THEME and XCURSOR_SIZE when those # variables are set, otherwise "default" and 24. Changes apply immediately # to River and CoW-owned cursors, and to applications subsequently launched |
