44 lines
1.2 KiB
Plaintext
44 lines
1.2 KiB
Plaintext
output DP-3 resolution 1920x1080@143.855hz pos 0 540
|
|
output HDMI-A-1 resolution 1920x1080@72.038hz pos 1920 0 transform 90
|
|
|
|
input type:keyboard xkb_numlock enabled
|
|
|
|
# Colours based on Catppuccino Frappe Lavender
|
|
bar {
|
|
position top
|
|
status_command while ~/.config/sway/status.sh; do sleep 1; done
|
|
colors {
|
|
# bar text
|
|
statusline #c6d0f5
|
|
# bar background on all displays
|
|
background #292c3c
|
|
# focused bar on current display
|
|
focused_background #292c3c
|
|
# active workspace on each display
|
|
active_workspace #c6d0f5 #303446 #c6d0f5
|
|
# focused workspace on current display
|
|
focused_workspace #c6d0f5 #303446 #c6d0f5
|
|
# inactive workspace on each display
|
|
inactive_workspace #414559 #292c3c #838ba7
|
|
}
|
|
# tray {
|
|
# icon_theme $icon
|
|
# }
|
|
}
|
|
|
|
output * bg #313244 solid_color
|
|
|
|
client.focused #5b6078 #24273a #cad3f5 #5b6078
|
|
client.focused_inactive #494d64 #1e2030 #cad3f5
|
|
client.unfocused #494d64 #1e2030 #5b6078
|
|
|
|
include /etc/sway/config.d/*
|
|
include /home/siina/.config/sway/config.d/*
|
|
|
|
exec gentoo-pipewire-launcher &
|
|
# Screencast fix
|
|
exec --no-startup-id dbus-update-activation-environment --all
|
|
# Enable agent storage for things like nextcloud-client
|
|
exec gnome-keyring-daemon --start --components=secrets
|
|
exec export $(gnome-keyring-daemon)
|