3 lines
110 B
Bash
3 lines
110 B
Bash
|
#!/bin/sh
|
||
|
exec env WLR_BACKENDS=headless WLR_LIBINPUT_NO_DEVICES=1 sway --config ~/.config/sway/remote.config
|