16 lines
360 B
Plaintext
16 lines
360 B
Plaintext
# Initial Setup
|
|
# exec ~/set_once.sh
|
|
|
|
# Config for sway
|
|
#
|
|
# Read `man 5 sway` for a complete reference.
|
|
|
|
# user config directory
|
|
include $HOME/.config/sway/config.d/*
|
|
|
|
# only enable this if every app you use is compatible with wayland
|
|
# xwayland disable
|
|
xwayland force
|
|
|
|
exec_always xrandr --output $(xrandr | grep -m 1 XWAYLAND | awk '{print $1;}') --primary
|