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

2 files changed, 8 insertions(+), 5 deletions(-)

jump to
M user/satoshipad.nixuser/satoshipad.nix
@@ -33,11 +33,6 @@ programs.tabnine.config.local_enabled = "No";
xsession.windowManager.i3 = { config = { - assigns = { - "1" = [{ class = "^Firefox Developer Edition$"; }]; - "2" = [{ class = "^Ripcord$"; }]; - "6" = [{ class = "^Emacs$"; }]; - }; startup = [ { command = "firefox-devedition"; } { command = "ripcord"; }
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$"; }