Add remote config
This commit is contained in:
parent
17cf29ba94
commit
be7858d879
3
input.remote.conf
Normal file
3
input.remote.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
input * xkb_layout "us,it"
|
||||
|
||||
# vim:syntax=swayconfig:
|
6
output.remote-laptop.conf
Normal file
6
output.remote-laptop.conf
Normal file
|
@ -0,0 +1,6 @@
|
|||
output * {
|
||||
resolution 1920x1200
|
||||
bg /home/leo/Pictures/random.jpg fill "#0022FF"
|
||||
}
|
||||
|
||||
# vim:syntax=swayconfig:
|
6
output.remote.conf
Normal file
6
output.remote.conf
Normal file
|
@ -0,0 +1,6 @@
|
|||
output * {
|
||||
resolution 3440x1440
|
||||
bg /home/leo/Pictures/random.jpg fill "#0022FF"
|
||||
}
|
||||
|
||||
# vim:syntax=swayconfig:
|
9
remote
Normal file
9
remote
Normal 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:
|
14
services.remote.conf
Normal file
14
services.remote.conf
Normal 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:
|
Loading…
Reference in New Issue
Block a user