diff --git a/.config/kanshi/config b/.config/kanshi/config index 12c141a..d8c400c 100644 --- a/.config/kanshi/config +++ b/.config/kanshi/config @@ -1,6 +1,6 @@ profile { - output eDP-1 enable scale 2 position 0,0 - output "BNQ BenQ SW271 G1L02061SL0" mode 3840x2160@60Hz enable scale 2 position 1920,0 + output eDP-1 enable scale 2 position 1920,0 + output "BNQ BenQ SW271 G1L02061SL0" mode 3840x2160@60Hz enable scale 2 position 0,0 } profile { diff --git a/.config/sway/config b/.config/sway/config index a95c49c..5abd569 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -243,4 +243,6 @@ exec_always nm-applet --indicator & exec_always kdeconnect-indicator & #exec_always syncthing serve --no-browser & exec --no-startup-id /nix/store/$(ls -la /nix/store/ | awk '/polkit-gnome/ && $5 == "4096" {print $9; exit}')/libexec/polkit-gnome-authentication-agent-1 & +exec_always dbus-update-activation-environment --all & +exec_always blueman-applet &