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
6
home/.config/sway/conf.d/02-bar.conf
Normal file
6
home/.config/sway/conf.d/02-bar.conf
Normal file
|
@ -0,0 +1,6 @@
|
|||
# vim:ft=i3config
|
||||
|
||||
bar {
|
||||
swaybar_command waybar
|
||||
output eDP-1
|
||||
}
|
|
@ -1,9 +1,14 @@
|
|||
# vim:ft=i3config
|
||||
|
||||
exec {
|
||||
systemctl --user import-environment
|
||||
systemctl --user start sway-session.target
|
||||
"tail -f /tmp/sway.wob | wob"
|
||||
$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 {
|
Loading…
Add table
Add a link
Reference in a new issue