dotfiles/home/.config/sway/conf.d/08-exec.conf
Marko Korhonen b1335a3628 Removed commit history
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2019-10-26 20:05:31 +03:00

37 lines
979 B
Plaintext

# vim:ft=sway
exec {
{%@@ if profile == "Mirkwood" @@%}
nm-applet --indicator
redshift-gtk -m wayland
mpDris2
evolution
telegram-desktop
syncthing-gtk -m
mako
$HOME/Scripts/swayidle.sh
{%@@ elif profile == "Rivendell" @@%}
kodi
{%@@ endif @@%}
/usr/lib/kdeconnectd
kdeconnect-indicator
/usr/bin/gnome-keyring-daemon --start --components=secrets
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
ydotoold
wl-paste -t text --watch clipman store
autotiling
}
exec_always {
{%@@ if profile == "Mirkwood" @@%}
bash $HOME/.config/sway/randr/laptop.sh
{%@@ endif @@%}
gsettings set $gnome-schema gtk-theme 'Matcha-dark-aliz'
gsettings set $gnome-schema icon-theme 'Numix'
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'
flashfocus
}