dotfiles/home/.config/sway/conf.d/08-exec.conf
2020-05-06 09:47:03 +03:00

28 lines
815 B
Plaintext

# vim:ft=i3config
exec {
$scripts/idle.sh
autotiling
redshift-gtk -m wayland
telegram-desktop
/usr/lib/kdeconnectd
kdeconnect-indicator
thunderbird
mako
wl-paste -t text --watch clipman store 1>> ~/.log/clipman 2>&1 &
mkfifo $SWAYSOCK.wob && tail -f $SWAYSOCK.wob | wob
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
gnome-keyring-daemon --start --components=secrets
mpDris2
swaymsg workspace 1
}
exec_always {
gsettings set $gnome-schema gtk-theme 'Matcha-dark-azul'
gsettings set $gnome-schema icon-theme 'Papirus-Dark'
gsettings set $gnome-schema cursor-theme 'Breeze'
gsettings set $gnome-schema font-name 'Overpass 12'
gsettings set $gnome-schema document-font-name 'Overpass 12'
gsettings set $gnome-schema monospace-font-name 'Hack Nerd Font Mono 12'
}