24 lines
644 B
Plaintext
24 lines
644 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
|
|
|
|
set $gnome-schema org.gnome.desktop.interface
|
|
exec_always {
|
|
gsettings set $gnome-schema gtk-theme 'Arc-Dark'
|
|
gsettings set $gnome-schema icon-theme 'ePapirus-Dark'
|
|
gsettings set $gnome-schema cursor-theme 'Adwaita'
|
|
gsettings set $gnome-schema font-name 'Ubuntu Nerd Font'
|
|
}
|
|
|
|
# https://wiki.archlinux.org/title/Sway
|
|
exec wl-paste -t text --watch clipman store --no-persist
|