aboutsummaryrefslogtreecommitdiffstats
path: root/modules/common
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/common/default.nix15
1 files changed, 6 insertions, 9 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix
index aadb22bd..4ac4f6c7 100644
--- a/modules/common/default.nix
+++ b/modules/common/default.nix
@@ -168,8 +168,6 @@
"~/.local/share"
"~/.local/.Trash-1000"
- "~/.mozilla/firefox"
-
"~/media"
"~/school"
"~/repos"
@@ -231,12 +229,12 @@
title = "*";
action = "ssd";
}
- # This remove the focus border around Firefox (which is useful because the Firefox is nearly always in its own tag.)
- {
- app-id = "firefox";
- title = "*";
- action = "csd";
- }
+ # # This remove the focus border around Firefox (which is useful because the Firefox is nearly always in its own tag.)
+ # {
+ # app-id = "firefox";
+ # title = "*";
+ # action = "csd";
+ # }
];
generalSettings = {
# background
@@ -269,7 +267,6 @@
];
};
};
- firefox.enable = true;
mpv.enable = true;
steam.enable = true;
ssh.enable = true;