add niri again ?
This commit is contained in:
parent
00ca4baa74
commit
949f2ca150
12 changed files with 93 additions and 93 deletions
|
|
@ -16,39 +16,39 @@
|
|||
|
||||
# other actions
|
||||
"ALT+F4".action.close-window = { };
|
||||
"ALT+V".toggle-window-floating = { };
|
||||
"ALT+M".maximize-column = { };
|
||||
"ALT+F".fullscreen-window = { };
|
||||
"ALT+V".action.toggle-window-floating = { };
|
||||
"ALT+M".action.maximize-column = { };
|
||||
"ALT+F".action.fullscreen-window = { };
|
||||
|
||||
"ALT+H".focus-column-left = { };
|
||||
"ALT+L".focus-column-right = { };
|
||||
"ALT+K".focus-window-up = { };
|
||||
"ALT+J".focus-window-down = { };
|
||||
"ALT+H".action.focus-column-left = { };
|
||||
"ALT+L".action.focus-column-right = { };
|
||||
"ALT+K".action.focus-window-up = { };
|
||||
"ALT+J".action.focus-window-down = { };
|
||||
|
||||
"Ctrl+Super+H".move-column-left = { };
|
||||
"Ctrl+Super+L".move-column-right = { };
|
||||
"Ctrl+Super+K".move-window-up = { };
|
||||
"Ctrl+Super+J".move-window-down = { };
|
||||
"Ctrl+Super+H".action.move-column-left = { };
|
||||
"Ctrl+Super+L".action.move-column-right = { };
|
||||
"Ctrl+Super+K".action.move-window-up = { };
|
||||
"Ctrl+Super+J".action.move-window-down = { };
|
||||
|
||||
"Super+L".focus-workspace-down = { };
|
||||
"Super+H".focus-workspace-up = { };
|
||||
"Super+K".move-column-to-workspace-down = { };
|
||||
"Super+J".move-column-to-workspace-up = { };
|
||||
"Super+L".action.focus-workspace-down = { };
|
||||
"Super+H".action.focus-workspace-up = { };
|
||||
"Super+K".action.move-column-to-workspace-down = { };
|
||||
"Super+J".action.move-column-to-workspace-up = { };
|
||||
|
||||
"Alt+A".focus-monitor-left = { };
|
||||
"Alt+B".focus-monitor-right = { };
|
||||
"Ctrl+Super+A".move-column-to-monitor-left = { };
|
||||
"Ctrl+Super+B".move-column-to-monitor-right = { };
|
||||
"Alt+A".action.focus-monitor-left = { };
|
||||
"Alt+B".action.focus-monitor-right = { };
|
||||
"Ctrl+Super+A".action.move-column-to-monitor-left = { };
|
||||
"Ctrl+Super+B".action.move-column-to-monitor-right = { };
|
||||
|
||||
"Alt+R".switch-preset-column-width = { };
|
||||
"Ctrl+H".set-column-width = [ "-10%" ];
|
||||
"Ctrl+L".set-column-width = [ "+10%" ];
|
||||
"Alt+R".action.switch-preset-column-width = { };
|
||||
"Ctrl+H".action.set-column-width = [ "-10%" ];
|
||||
"Ctrl+L".action.set-column-width = [ "+10%" ];
|
||||
"Ctrl+K".action.set-window-height = "-10%";
|
||||
"Ctrl+J".action.set-window-height = "+10%";
|
||||
|
||||
"Print".screenshot = { };
|
||||
"Ctrl+Print".screenshot-screen = { };
|
||||
"Alt+Print".screenshot-window = { };
|
||||
"Print".action.screenshot = { };
|
||||
"Ctrl+Print".action.screenshot-screen = { };
|
||||
"Alt+Print".action.screenshot-window = { };
|
||||
|
||||
# multimédia / luminosité
|
||||
"XF86MonBrightnessUp" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue