1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-05-21 15:06:06 +02:00

Merge branch 'master' of github.com:eoli3n/dotfiles

This commit is contained in:
eoli3n 2022-09-30 12:25:40 +02:00
commit f009ef65f9

View File

@ -195,12 +195,11 @@ bindsym $mod+Next move workspace to output right
# irc client
{% if ansible_distribution == "Archlinux" %}
{% set senpai_bin = "senpai-irc" %}
{% set senpai_bin = "senpai" %}
{% else %}
{% set senpai_bin = "senpai" %}
{% endif %}
exec_always bash -c "pgrep -x {{ senpai_bin }} || screen -S irc -md {{ senpai_bin }}"
# mako
exec_always bash -c "pgrep -x mako || mako"
# wlsunset
@ -218,7 +217,7 @@ exec dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
# variery
exec variety &
# irc client
exec swaymsg 'workspace $tag4; exec kitty bash -c "screen -R irc"'
exec swaymsg 'workspace $tag4; exec kitty bash -c "senpai"'
# waybar exec
exec_always ~/.config/waybar/waybar.sh &
# wob exec