22 lines
607 B
Plaintext
22 lines
607 B
Plaintext
#output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
|
|
output DP-3 resolution 1920x1080@143.855hz pos 0 540
|
|
output HDMI-A-1 resolution 1920x1080@72.038hz pos 1920 0 transform 90
|
|
|
|
bar {
|
|
position top
|
|
status_command while ~/.config/sway/status.sh; do sleep 1; done
|
|
colors {
|
|
statusline #ffffff
|
|
background #323232
|
|
inactive_workspace #32323200 #32323200 #5c5c5c
|
|
}
|
|
}
|
|
|
|
# focus_follows_mouse no
|
|
|
|
include /etc/sway/config.d/*
|
|
include /home/siina/.config/sway/config.d/*
|
|
|
|
### Screencast fix
|
|
exec --no-startup-id dbus-update-activation-environment --all
|