DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

8486e1ae5dc335d176042927e5d01fcfcbcc9ba0 — Jonni Liljamo 11 days ago 3f36668
niri: a couple of config changes
1 files changed, 10 insertions(+), 0 deletions(-)

M files/niri.kdl
M files/niri.kdl => files/niri.kdl +10 -0
@@ 6,6 6,10 @@ input {
    }
  }

  touchpad {
    tap
  }

  warp-mouse-to-focus
  focus-follows-mouse
}


@@ 33,6 37,7 @@ prefer-no-csd
binds {
  Mod+Return { spawn "foot"; }
  Mod+D { spawn "rofi" "-show" "run"; }
  Mod+Shift+X { spawn "swaylock"; }

  Mod+Shift+Q { close-window; }



@@ 49,6 54,11 @@ binds {
  Mod+Shift+J { move-window-down; }
  Mod+Shift+K { move-window-up; }
  Mod+Shift+L { move-column-right; }

  Mod+Ctrl+H { set-column-width "-1%"; }
  Mod+Ctrl+J { set-window-height "-1%"; }
  Mod+Ctrl+K { set-window-height "+1%"; }
  Mod+Ctrl+L { set-column-width "+1%"; }
  
  Mod+1 { focus-workspace 1; }
  Mod+2 { focus-workspace 2; }