diff options
| -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 |
