diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/satoshipad.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/satoshipad.nix b/system/satoshipad.nix index d3f4c1a0..662d3359 100644 --- a/system/satoshipad.nix +++ b/system/satoshipad.nix @@ -43,5 +43,15 @@ networking.hostName = "satoshipad"; services.avahi.hostName = "alan-satoshipay"; + xsession.windowManager.i3.config = { + assigns = { + "1" = [{ class = "^Ripcord$"; }]; + "3" = [{ class = "^Firefox Developer Edition$"; }]; + "8" = [{ class = "^Emacs$"; }]; + "9" = [{ class = "\.exe$"; }]; + "10" = [{ class = "^Barrier$"; }]; + }; + }; + system.stateVersion = "18.03"; } |