fix: fix autostart

This commit is contained in:
Pavel Korytov 2020-12-31 11:53:28 +03:00
parent ac499424a9
commit 585ad07476
3 changed files with 4 additions and 4 deletions

View file

@ -130,8 +130,8 @@ label-unfocused-padding = 1
; visible = Active workspace on unfocused monitor
label-visible = %name%
; label-visible-background = ${self.label-focused-background}
; label-visible-underline = ${self.label-focused-underline}
; label-visible-padding = ${self.label-focused-padding}
label-visible-underline = ${self.label-focused-underline}
label-visible-padding = ${self.label-focused-padding}
; urgent = Workspace with urgency hint set
label-urgent = %name%

View file

@ -26,7 +26,7 @@ guiset_quiet tabs always
set searchurls.g https://google.com/search?q=
{% if yadm.hostname == 'pdsk' %}
{% if yadm.hostname == "pdsk" %}
set newtab http://127.0.0.1:8101/
{% endif %}

View file

@ -1,5 +1,5 @@
hostname=$(hostname)
if [ "$hostname" = "pdsk" ] ; then
bash "$HOME/bin/autostart.sh" &
bash "$HOME/bin/bukuserver.sh" &
bash "$HOME/bin/tabliss.sh" &
fi