Add remote config

ada
blallo 2023-05-14 11:45:45 +02:00
parent 17cf29ba94
commit be7858d879
Signed by: blallo
GPG Key ID: 0CBE577C9B72DC3F
5 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,3 @@
input * xkb_layout "us,it"
# vim:syntax=swayconfig:

View File

@ -0,0 +1,6 @@
output * {
resolution 1920x1200
bg /home/leo/Pictures/random.jpg fill "#0022FF"
}
# vim:syntax=swayconfig:

View File

@ -0,0 +1,6 @@
output * {
resolution 3440x1440
bg /home/leo/Pictures/random.jpg fill "#0022FF"
}
# vim:syntax=swayconfig:

9
remote 100644
View File

@ -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:

View File

@ -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: