2023-07-25 15:39:26 +02:00
|
|
|
# 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
|
2023-08-04 23:31:39 +02:00
|
|
|
xwayland force
|
2023-08-04 23:57:48 +02:00
|
|
|
|
|
|
|
exec_always xrandr --output $(xrandr | grep -m 1 XWAYLAND | awk '{print $1;}') --primary
|