Remove -Dnoatomic for sway startup This flag prevented Firefox from flashing on resize, but is fixed in Sway 1.5.
1 files changed, 1 insertions(+), 1 deletions(-) M fish/config.fish
M fish/config.fish => fish/config.fish +1 -1
@@ 79,5 79,5 @@ if ! git_repo_is_clean ~/.password-store end if [ (tty) = "/dev/tty1" ] - exec sway -Dnoatomic + exec sway end