group autostarts
This commit is contained in:
parent
00b092d396
commit
a71dd12124
1 changed files with 6 additions and 6 deletions
|
@ -154,12 +154,6 @@ bar {
|
||||||
|
|
||||||
include /etc/sway/config.d/*
|
include /etc/sway/config.d/*
|
||||||
|
|
||||||
exec mako --border-color=#cc6666 \
|
|
||||||
--background-color=#2d2a2eee
|
|
||||||
exec emacs --daemon
|
|
||||||
exec swayidle before-sleep "$lock"
|
|
||||||
exec /run/current-system/sw/libexec/polkit-gnome-authentication-agent-1
|
|
||||||
|
|
||||||
set $gnome-schema org.gnome.desktop.interface
|
set $gnome-schema org.gnome.desktop.interface
|
||||||
exec_always {
|
exec_always {
|
||||||
gsettings set $gnome-schema gtk-theme 'Arc-Dark'
|
gsettings set $gnome-schema gtk-theme 'Arc-Dark'
|
||||||
|
@ -167,6 +161,12 @@ exec_always {
|
||||||
gsettings set $gnome-schema cursor-theme 'Capitaine Cursors - White'
|
gsettings set $gnome-schema cursor-theme 'Capitaine Cursors - White'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# autostarts
|
||||||
|
exec mako --border-color=#cc6666 \
|
||||||
|
--background-color=#2d2a2eee
|
||||||
|
exec emacs --daemon
|
||||||
|
exec swayidle before-sleep "$lock"
|
||||||
|
exec /run/current-system/sw/libexec/polkit-gnome-authentication-agent-1
|
||||||
|
|
||||||
# pastebin
|
# pastebin
|
||||||
exec wl-paste --primary -t text --watch clipman store
|
exec wl-paste --primary -t text --watch clipman store
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue