diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-05-30 23:27:30 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-05-30 23:27:30 -0400 |
commit | 8d6b94c5bb3f497cfcfff89458b4d290b61fba89 (patch) | |
tree | b23eb83042b8dde9577597fae0557f296cd35a60 /home-config/sway | |
parent | 83c40b768b77304d26d550c0eb326690e5212101 (diff) |
removed firefox from nix, changed sway config
Turns out the firefox nix package had no HW accel due to a limitation in
Nix user packages. Using the flatpak for the time being until I can
figure out why xdg-portals doesn't work for the official package.
Works fine with flatpak, but im not happy i lose that package
declaration
Diffstat (limited to 'home-config/sway')
-rw-r--r-- | home-config/sway/config | 6 |
1 files changed, 3 insertions, 3 deletions
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 |