sway: blueman
This commit is contained in:
parent
9530b272e2
commit
713c3a517d
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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 &
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue