diff options
author | Alan Pearce | 2019-11-05 14:02:03 +0100 |
---|---|---|
committer | Alan Pearce | 2019-11-05 14:02:03 +0100 |
commit | 3d9b933bdb1bdf64aa8632bd4b25fd8d3af823f9 (patch) | |
tree | db95f3320335d93094b4c042e903b378c6ac1a60 | |
parent | 3ebe9082fafdd4f9c1f9354c5a359448520edea5 (diff) | |
download | nixfiles-3d9b933bdb1bdf64aa8632bd4b25fd8d3af823f9.tar.lz nixfiles-3d9b933bdb1bdf64aa8632bd4b25fd8d3af823f9.tar.zst nixfiles-3d9b933bdb1bdf64aa8632bd4b25fd8d3af823f9.zip |
SatoshiPay: use web browser for Slack
Enables better font configuration
-rw-r--r-- | user/satoshipad.nix | 4 | ||||
-rw-r--r-- | user/settings/satoshipay.nix | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/user/satoshipad.nix b/user/satoshipad.nix index e98bda66..2fd24fea 100644 --- a/user/satoshipad.nix +++ b/user/satoshipad.nix @@ -28,12 +28,10 @@ xsession.windowManager.i3 = { config = { assigns = { - "1" = [{ class = "^Slack"; }]; - "2" = [{ class = "^Firefox Developer Edition$"; }]; + "1" = [{ class = "^Firefox Developer Edition$"; }]; "6" = [{ class = "^Emacs$"; }]; }; startup = [ - { command = "slack"; } { command = "firefox-devedition"; } { command = "emacs"; } ]; diff --git a/user/settings/satoshipay.nix b/user/settings/satoshipay.nix index 8194488b..0ed4ca54 100644 --- a/user/settings/satoshipay.nix +++ b/user/settings/satoshipay.nix @@ -35,7 +35,6 @@ in redis-desktop-manager robo3t - slack ])); programs.git.includes = [ |