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

Configure Feed

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

niri: use super for number keys

june (Jun 29, 2026, 7:10 PM +0200) 3d60dad6 993c2329

+8 -8
+8 -8
home/wayland/niri.nix
··· 207 207 "mod+shift+i".action.move-column-to-workspace-up = [ ]; 208 208 "mod+shift+o".action.move-column-to-workspace-down = [ ]; 209 209 210 - "alt+1".action.focus-workspace = 1; 211 - "alt+2".action.focus-workspace = 2; 212 - "alt+3".action.focus-workspace = 3; 213 - "alt+4".action.focus-workspace = "social"; 210 + "mod+1".action.focus-workspace = 1; 211 + "mod+2".action.focus-workspace = 2; 212 + "mod+3".action.focus-workspace = 3; 213 + "mod+4".action.focus-workspace = "social"; 214 214 215 - "mod+1".action.move-column-to-workspace = 1; 216 - "mod+2".action.move-column-to-workspace = 2; 217 - "mod+3".action.move-column-to-workspace = 3; 218 - "mod+4".action.move-column-to-workspace = "social"; 215 + "mod+shift+1".action.move-column-to-workspace = 1; 216 + "mod+shift+2".action.move-column-to-workspace = 2; 217 + "mod+shift+3".action.move-column-to-workspace = 3; 218 + "mod+shift+4".action.move-column-to-workspace = "social"; 219 219 220 220 "mod+ctrl+n".action.set-column-width = "-10%"; 221 221 "mod+ctrl+e".action.set-window-height = "+10%";