Personal dotfiles. Install via curl -Lks https://bit.ly/2Jlynh5 | /bin/bash -x
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Simplify monitor controls

james7132 8a2b79fd bc8d9163

+8 -8
+8 -8
.config/niri/config.kdl
··· 347 347 Alt+Ctrl+Home { move-column-to-first; } 348 348 Alt+Ctrl+End { move-column-to-last; } 349 349 350 - Alt+Shift+Left { focus-monitor-left; } 351 - Alt+Shift+Down { focus-monitor-down; } 352 - Alt+Shift+Up { focus-monitor-up; } 353 - Alt+Shift+Right { focus-monitor-right; } 350 + Alt+Left { focus-monitor-left; } 351 + Alt+Down { focus-monitor-down; } 352 + Alt+Up { focus-monitor-up; } 353 + Alt+Right { focus-monitor-right; } 354 354 355 - Alt+Shift+Ctrl+Left { move-column-to-monitor-left; } 356 - Alt+Shift+Ctrl+Down { move-column-to-monitor-down; } 357 - Alt+Shift+Ctrl+Up { move-column-to-monitor-up; } 358 - Alt+Shift+Ctrl+Right { move-column-to-monitor-right; } 355 + Alt+Ctrl+Left { move-column-to-monitor-left; } 356 + Alt+Ctrl+Down { move-column-to-monitor-down; } 357 + Alt+Ctrl+Up { move-column-to-monitor-up; } 358 + Alt+Ctrl+Right { move-column-to-monitor-right; } 359 359 360 360 Alt+U { focus-window-down; } 361 361 Alt+I { focus-window-up; }