diff --git a/input.remote.conf b/input.remote.conf new file mode 100644 index 0000000..80180e7 --- /dev/null +++ b/input.remote.conf @@ -0,0 +1,3 @@ +input * xkb_layout "us,it" + +# vim:syntax=swayconfig: diff --git a/output.remote-laptop.conf b/output.remote-laptop.conf new file mode 100644 index 0000000..8bae459 --- /dev/null +++ b/output.remote-laptop.conf @@ -0,0 +1,6 @@ +output * { + resolution 1920x1200 + bg /home/leo/Pictures/random.jpg fill "#0022FF" +} + +# vim:syntax=swayconfig: diff --git a/output.remote.conf b/output.remote.conf new file mode 100644 index 0000000..b38095a --- /dev/null +++ b/output.remote.conf @@ -0,0 +1,6 @@ +output * { + resolution 3440x1440 + bg /home/leo/Pictures/random.jpg fill "#0022FF" +} + +# vim:syntax=swayconfig: diff --git a/remote b/remote new file mode 100644 index 0000000..99ea32c --- /dev/null +++ b/remote @@ -0,0 +1,9 @@ +include ./vars.remote.conf +include ./output.remote.conf +#include ./output.remote-laptop.conf +include ./input.remote.conf +include ./style.conf +include ./bindings.conf +include ./services.remote.conf + +# vim:syntax=swayconfig: diff --git a/services.remote.conf b/services.remote.conf new file mode 100644 index 0000000..2cc33be --- /dev/null +++ b/services.remote.conf @@ -0,0 +1,14 @@ +exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK +exec hash dbus-update-activation-environment 2>/dev/null && \ + dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK + +exec "systemctl --user start avizo" +exec "systemctl --user start waybar@begs-big" +exec "systemctl --user start mako" +exec "systemctl --user start gammastep" +exec "systemctl --user start greenclip" +exec "systemctl --user start wayvnc@5900" +exec "systemctl --user start poweralertd-user" +exec "systemctl --user import-environment" + +# vim:syntax=swayconfig: