my nixos dotfiles :3 (git.koi.rip mirror) git.koi.rip/koi/dotfiles
linux dotfiles neovim nixos catppuccin
1
fork

Configure Feed

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

niri: update output & workspace config

june 1e045eae bc75ab05

+15 -6
+15 -6
home/modules/programs/niri.nix
··· 32 32 33 33 mouse.accel-profile = "flat"; 34 34 35 - # TODO: laptop touchpad 36 - 37 35 focus-follows-mouse = { 38 36 enable = true; 39 37 max-scroll-amount = "0%"; ··· 50 48 height = 1080; 51 49 refresh = 60.0; 52 50 }; 51 + focus-at-startup = true; 52 + position = { 53 + x = 0; 54 + y = 0; 55 + }; 53 56 }; 54 57 55 58 eDP-1 = { ··· 58 61 width = 1920; 59 62 height = 1080; 60 63 refresh = 60.0; 64 + }; 65 + position = { 66 + x = 1920; 67 + y = 0; 61 68 }; 62 69 }; 63 70 }; ··· 107 114 }; 108 115 109 116 workspaces = { 110 - "1" = { }; 111 - "2" = { }; 112 - "3" = { }; 113 - "social" = { }; 117 + "1".open-on-output = "HDMI-A-1"; 118 + "2".open-on-output = "HDMI-A-1"; 119 + "3".open-on-output = "HDMI-A-1"; 120 + "social".open-on-output = "eDP-1"; 114 121 }; 115 122 116 123 window-rules = [ ··· 156 163 place-within-backdrop = true; 157 164 } 158 165 ]; 166 + 167 + hotkey-overlay.skip-at-startup = true; 159 168 160 169 binds = { 161 170 "mod+shift+slash".action.show-hotkey-overlay = [ ];