From 713c3a517d47c6d1848b2bbcb210700e267fe45f Mon Sep 17 00:00:00 2001 From: Daniel Meiburg Date: Sun, 7 Jan 2024 19:01:41 +0100 Subject: [PATCH] sway: blueman --- .config/kanshi/config | 4 ++-- .config/sway/config | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) 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 &