sway: blueman

This commit is contained in:
Daniel Meiburg 2024-01-07 19:01:41 +01:00
parent 9530b272e2
commit 713c3a517d
Signed by: dm
GPG Key ID: E5827ECFFE0AA4F2
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
profile { profile {
output eDP-1 enable scale 2 position 0,0 output eDP-1 enable scale 2 position 1920,0
output "BNQ BenQ SW271 G1L02061SL0" mode 3840x2160@60Hz enable scale 2 position 1920,0 output "BNQ BenQ SW271 G1L02061SL0" mode 3840x2160@60Hz enable scale 2 position 0,0
} }
profile { profile {

View File

@ -243,4 +243,6 @@ exec_always nm-applet --indicator &
exec_always kdeconnect-indicator & exec_always kdeconnect-indicator &
#exec_always syncthing serve --no-browser & #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 --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 &