actualize
This commit is contained in:
parent
68339c7f4e
commit
9426336e90
4 changed files with 12 additions and 1 deletions
|
@ -25,6 +25,8 @@ in
|
|||
};
|
||||
};
|
||||
binds = (with config.lib.niri.actions; {
|
||||
"Mod+Alt+F".action = toggle-window-floating;
|
||||
"Mod+W".action = toggle-column-tabbed-display;
|
||||
"Mod+A".action = spawn "fuzzel";
|
||||
"Mod+Q".action = spawn "wezterm";
|
||||
"Mod+Left".action = focus-column-left;
|
||||
|
@ -33,7 +35,7 @@ in
|
|||
"Mod+Shift+Right".action = set-column-width "+5%";
|
||||
"Mod+Shift+H".action = move-column-left;
|
||||
"Mod+Shift+L".action = move-column-right;
|
||||
"Mod+F".action = fullscreen-window;
|
||||
"Mod+F".action = maximize-column;
|
||||
"Mod+Shift+E".action = quit { skip-confirmation = true; };
|
||||
"Mod+C".action = close-window;
|
||||
"Mod+Shift+R".action = screenshot {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue