all repos — nixfiles @ ada4944685955670ab11075ba99dcab842ac69e8

System and user configuration, managed by nix and home-manager

Move workspace assignments to i3 module

Alan Pearce
commit

ada4944685955670ab11075ba99dcab842ac69e8

parent

78a0cc4278c5140f8852308d2590777a3ac433c5

1 file changed, 8 insertions(+), 0 deletions(-)

changed files
M user/settings/i3.nixuser/settings/i3.nix
@@ -14,6 +14,14 @@ {
enable = true; config = { modifier = mod; + assigns = { + "1" = [{ class = "^Ripcord$"; }]; + "3" = [{ class = "^Firefox Developer Edition$"; }]; + "4" = [{ class = "^Firefox$"; }]; + "8" = [{ class = "^Emacs$"; }]; + "9" = [{ class = "\.exe$"; }]; + "0" = [{ class = "^Barrier$"; }]; + }; floating = { criteria = [ { class = "Pinentry$"; }