Move Sway to systemd
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
7b5b1019cc
commit
2c3d93ebee
26 changed files with 264 additions and 131 deletions
15
home/.config/sway/conf.d/07-exec.conf
Normal file
15
home/.config/sway/conf.d/07-exec.conf
Normal file
|
@ -0,0 +1,15 @@
|
|||
# vim:ft=sway
|
||||
|
||||
exec {
|
||||
systemctl --user import-environment
|
||||
systemctl --user start sway-session.target
|
||||
}
|
||||
|
||||
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