nixbook: update, tweaks
This commit is contained in:
parent
5df2f606da
commit
62d9f9ef41
11 changed files with 182 additions and 102 deletions
|
|
@ -21,6 +21,8 @@ in {
|
|||
Super.Shift. "l" = Actions.Move "Right";
|
||||
Super.Shift. "j" = Actions.Move "Down";
|
||||
Super.Shift. "k" = Actions.Move "Up";
|
||||
Super.Shift. "Right" = Actions.MoveToNextWorkspace;
|
||||
Super.Shift. "Left" = Actions.MoveToPreviousWorkspace;
|
||||
Super. "1" = Actions.Workspace 1;
|
||||
Super. "2" = Actions.Workspace 2;
|
||||
Super. "3" = Actions.Workspace 3;
|
||||
|
|
@ -81,6 +83,7 @@ in {
|
|||
focus_follows_cursor = true;
|
||||
focus_follows_cursor_delay = 0;
|
||||
cursor_follows_focus = true;
|
||||
descale_xwayland = true;
|
||||
workspaces = {
|
||||
workspace_layout = "Horizontal";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue