update dotfiles
This commit is contained in:
23
sway/config
Normal file
23
sway/config
Normal file
@ -0,0 +1,23 @@
|
||||
# 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
|
Reference in New Issue
Block a user