Move some sway stuff away from systemd
This commit is contained in:
parent
a453cf5948
commit
ed3ef91c56
8 changed files with 15 additions and 4 deletions
21
home/.config/sway/conf.d/08-exec.conf
Normal file
21
home/.config/sway/conf.d/08-exec.conf
Normal file
|
@ -0,0 +1,21 @@
|
|||
# vim:ft=i3config
|
||||
|
||||
exec {
|
||||
$HOME/Scripts/swayidle.sh
|
||||
autotiling
|
||||
redshift-gtk -m wayland
|
||||
telegram-desktop
|
||||
kdeconnect-indicator
|
||||
thunderbird
|
||||
mkfifo /tmp/sway.wob && tail -f /tmp/sway.wob | wob
|
||||
mako
|
||||
}
|
||||
|
||||
exec_always {
|
||||
gsettings set $gnome-schema gtk-theme 'vimix-dark-doder'
|
||||
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'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue