diff options
author | Alan Pearce | 2019-10-31 15:48:52 +0100 |
---|---|---|
committer | Alan Pearce | 2019-10-31 15:48:52 +0100 |
commit | 472c30f3a01dd5813cedce1677e1162b6870ca40 (patch) | |
tree | c3bd215703fe6b5ce50ae71f887ba2ee85a44a4f /user | |
parent | 42b2b142c4a00fd5758104bc6e736a9d9314096f (diff) | |
download | nixfiles-472c30f3a01dd5813cedce1677e1162b6870ca40.tar.lz nixfiles-472c30f3a01dd5813cedce1677e1162b6870ca40.tar.zst nixfiles-472c30f3a01dd5813cedce1677e1162b6870ca40.zip |
satoshipad: Only assign firefox-devedition to i3 workspace 2
Diffstat (limited to 'user')
-rw-r--r-- | user/satoshipad.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/satoshipad.nix b/user/satoshipad.nix index c244e6f6..e98bda66 100644 --- a/user/satoshipad.nix +++ b/user/satoshipad.nix @@ -29,7 +29,7 @@ config = { assigns = { "1" = [{ class = "^Slack"; }]; - "2" = [{ class = "^Firefox"; }]; + "2" = [{ class = "^Firefox Developer Edition$"; }]; "6" = [{ class = "^Emacs$"; }]; }; startup = [ |