35 lines
701 B
Plaintext
35 lines
701 B
Plaintext
# Sway config sourcer
|
|
|
|
|
|
|
|
# Screen layout
|
|
# exec --no-startup-id ~/.screenlayout/default
|
|
|
|
|
|
|
|
# Wallpapers
|
|
# exec --no-startup-id nitrogen --restore; sleep 1; picom -b --config ~/.config/picom/picom.conf
|
|
# exec --no-startup-id hsetroot
|
|
# exec --no-startup-id feh --randomize --no-fehbg --bg-scale $HOME/.wallpaper/*
|
|
|
|
set $mod Mod4
|
|
|
|
set $ws1 "1 Browser"
|
|
set $ws2 "2 Code"
|
|
set $ws3 "3 Code"
|
|
set $ws4 "4"
|
|
set $ws5 "5"
|
|
set $ws6 "6"
|
|
set $ws7 "7"
|
|
set $ws8 "8💬Social"
|
|
set $ws9 "9🎵Music"
|
|
set $ws10 "10🍿Media"
|
|
|
|
|
|
include ~/.config/sway/other.conf
|
|
include ~/.config/sway/bindings.conf
|
|
include ~/.config/sway/bar.conf
|
|
include ~/.config/sway/autostart.conf
|
|
|
|
include ~/.config/sway/config.d/*.conf
|