diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2023-12-29 07:51:14 +0400 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2023-12-29 07:51:14 +0400 |
| commit | d6c553091f037f482f63d8a8afce306b236c404b (patch) | |
| tree | 62b7cc1d759c48b5036f998971f3444c4f42972b /resources | |
| parent | 097c415036ed63c0736a6434ab9be25fbac042e1 (diff) | |
| download | niri-d6c553091f037f482f63d8a8afce306b236c404b.tar.gz niri-d6c553091f037f482f63d8a8afce306b236c404b.tar.bz2 niri-d6c553091f037f482f63d8a8afce306b236c404b.zip | |
Add focus-column-{first,last}
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/default-config.kdl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/default-config.kdl b/resources/default-config.kdl index bf1c004b..1cee634a 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -203,6 +203,9 @@ binds { // Mod+Ctrl+J { move-window-down-or-to-workspace-down; } // Mod+Ctrl+K { move-window-up-or-to-workspace-up; } + Mod+Home { focus-column-first; } + Mod+End { focus-column-last; } + Mod+Shift+H { focus-monitor-left; } Mod+Shift+J { focus-monitor-down; } Mod+Shift+K { focus-monitor-up; } |
