dotfiles/home/.config/sway/conf.d/08-exec.conf

31 lines
1,004 B
Plaintext
Raw Normal View History

# vim:ft=swayconfig
exec {
2020-12-16 18:06:56 +02:00
foot -s
$scripts/idle.sh
2020-03-02 21:37:48 +02:00
autotiling
redshift-gtk -m wayland
telegram-desktop
/usr/lib/kdeconnectd
2020-03-02 21:37:48 +02:00
kdeconnect-indicator
mako
2020-12-06 11:39:02 +02:00
wl-paste -t text --watch clipman store --notify 1>> ~/.log/clipman 2>&1
wl-paste -p -t text --watch clipman store -P --histpath="~/.local/share/clipman-primary.json"
2020-03-03 13:29:23 +02:00
mkfifo $SWAYSOCK.wob && tail -f $SWAYSOCK.wob | wob
2020-03-24 10:44:05 +02:00
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
2020-03-10 11:48:16 +02:00
mpDris2
2020-04-26 14:30:43 +03:00
swaymsg workspace 1
2021-11-02 10:25:05 +02:00
dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
2021-08-16 22:33:11 +03:00
/usr/lib/geoclue-2.0/demos/agent
2021-11-27 17:37:16 +02:00
thunderbird
}
exec_always {
2020-04-14 23:28:13 +03:00
gsettings set $gnome-schema gtk-theme 'Matcha-dark-azul'
2020-04-04 11:38:39 +03:00
gsettings set $gnome-schema icon-theme 'Papirus-Dark'
2022-04-10 13:16:57 +03:00
gsettings set $gnome-schema cursor-theme 'Numix-Cursor'
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'
}