My Nix Configuration
2
fork

Configure Feed

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

[niri] update config

dish 121a7767 1ca29aba

+24 -12
+24 -12
homeModules/niri/config.kdl
··· 44 44 background-color "transparent" 45 45 center-focused-column "never" 46 46 47 - // You can customize the widths that "switch-preset-column-width" (Mod+R) toggles between. 48 47 preset-column-widths { 49 48 proportion 0.33333 50 49 proportion 0.5 51 50 proportion 0.66667 51 + proportion 0.75 52 + proportion 1.0 52 53 } 53 - // preset-window-heights { } 54 - default-column-width { proportion 0.5; } 55 - // If you leave the brackets empty, the windows themselves will decide their initial width. 56 - // default-column-width {} 54 + preset-window-heights { 55 + proportion 0.33333 56 + proportion 0.5 57 + proportion 0.75 58 + proportion 1.0 59 + } 60 + default-column-width { proportion 0.75; } 57 61 58 62 focus-ring { 59 - width 2 63 + width 4 60 64 active-color "#a6e3a1" 61 65 inactive-color "#6c7086" 62 66 } ··· 72 76 } 73 77 74 78 prefer-no-csd 75 - spawn-at-startup "dms" "run" 76 79 77 80 environment { 78 81 XDG_CURRENT_DESKTOP "niri" ··· 81 84 QT_QPA_PLATFORMTHEME "gtk3" 82 85 QT_QPA_PLATFORMTHEME_QT6 "gtk3" 83 86 GDK_BACKEND "wayland,x11,*" 87 + WAYLAND_DISPLAY "wayland-1" 84 88 } 85 89 90 + spawn-at-startup "systemctl restart --user 'xdg-desktop-portal*'" 91 + 86 92 hotkey-overlay { 87 93 } 88 94 ··· 136 142 Mod+L { focus-column-right; } 137 143 138 144 Mod+Shift+Left { move-column-left; } 139 - Mod+Shift+Down { move-window-down; } 140 - Mod+Shift+Up { move-window-up; } 145 + Mod+Shift+Down { move-window-down-or-to-workspace-down; } 146 + Mod+Shift+Up { move-window-up-or-to-workspace-up; } 141 147 Mod+Shift+Right { move-column-right; } 142 148 Mod+Shift+H { move-column-left; } 143 - Mod+Shift+J { move-window-down; } 144 - Mod+Shift+K { move-window-up; } 149 + Mod+Shift+J { move-window-down-or-to-workspace-down; } 150 + Mod+Shift+K { move-window-up-or-to-workspace-up; } 145 151 Mod+Shift+L { move-column-right; } 146 152 147 153 Mod+Home { focus-column-first; } ··· 223 229 224 230 Print { screenshot; } 225 231 Shift+F3 { screenshot-screen; } 226 - Shift+F4 { screenshot-window; } 232 + Shift+F4 { screenshot; } 227 233 228 234 Mod+Shift+E { quit; } 229 235 230 236 Ctrl+Alt+L { spawn "loginctl" "lock-session"; } 237 + } 238 + 239 + gestures { 240 + hot-corners { 241 + off 242 + } 231 243 } 232 244 233 245 // DMS Integration