diff options
Diffstat (limited to 'home-config')
-rw-r--r-- | home-config/nix-home-manager/home.nix | 7 | ||||
-rw-r--r-- | home-config/sway/config | 6 |
2 files changed, 3 insertions, 10 deletions
diff --git a/home-config/nix-home-manager/home.nix b/home-config/nix-home-manager/home.nix index d883f04..5ee8d22 100644 --- a/home-config/nix-home-manager/home.nix +++ b/home-config/nix-home-manager/home.nix | |||
@@ -27,13 +27,6 @@ | |||
27 | # # Adds the 'hello' command to your environment. It prints a friendly | 27 | # # Adds the 'hello' command to your environment. It prints a friendly |
28 | # # "Hello, world!" when run. | 28 | # # "Hello, world!" when run. |
29 | # pkgs.hello | 29 | # pkgs.hello |
30 | firefox | ||
31 | dejavu_fonts | ||
32 | cantarell-fonts | ||
33 | liberation_ttf | ||
34 | noto-fonts | ||
35 | noto-fonts-cjk | ||
36 | noto-fonts-emoji | ||
37 | yt-dlp | 30 | yt-dlp |
38 | 31 | ||
39 | # # It is sometimes useful to fine-tune packages, for example, by applying | 32 | # # It is sometimes useful to fine-tune packages, for example, by applying |
diff --git a/home-config/sway/config b/home-config/sway/config index fdc56e0..2cecb72 100644 --- a/home-config/sway/config +++ b/home-config/sway/config | |||
@@ -314,10 +314,10 @@ exec syncthing serve --no-browser | |||
314 | 314 | ||
315 | # Force various windows to be floating | 315 | # Force various windows to be floating |
316 | # Firefox PIP YT Player | 316 | # Firefox PIP YT Player |
317 | for_window [app_id="firefox-default" title="^Picture-in-Picture$"] floating enable, resize set 578 326, border none, sticky enable | 317 | for_window [app_id="firefox" title="^Picture-in-Picture$"] floating enable, resize set 578 326, border none, sticky enable |
318 | # Duo 2FA | 318 | # Duo 2FA |
319 | for_window [app_id="firefox-default" title="^Activate Security Key — Mozilla Firefox$"] floating enable | 319 | for_window [app_id="firefox" title="^Activate Security Key — Mozilla Firefox$"] floating enable |
320 | for_window [app_id="firefox-default" title="^Nightly — Sharing Indicator$"] floating enable, resize set 18 52, border none, move position center, move y 0px | 320 | for_window [app_id="firefox" title="^Firefox — Sharing Indicator$"] floating enable, resize set 18 52, border none, move position center, move y 0px |
321 | # Qjackctl | 321 | # Qjackctl |
322 | for_window [app_id="qjackctl"] floating enable | 322 | for_window [app_id="qjackctl"] floating enable |
323 | # Weather Window | 323 | # Weather Window |