mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
fix: fix autostart
This commit is contained in:
parent
ac499424a9
commit
585ad07476
3 changed files with 4 additions and 4 deletions
|
|
@ -130,8 +130,8 @@ label-unfocused-padding = 1
|
||||||
; visible = Active workspace on unfocused monitor
|
; visible = Active workspace on unfocused monitor
|
||||||
label-visible = %name%
|
label-visible = %name%
|
||||||
; label-visible-background = ${self.label-focused-background}
|
; label-visible-background = ${self.label-focused-background}
|
||||||
; label-visible-underline = ${self.label-focused-underline}
|
label-visible-underline = ${self.label-focused-underline}
|
||||||
; label-visible-padding = ${self.label-focused-padding}
|
label-visible-padding = ${self.label-focused-padding}
|
||||||
|
|
||||||
; urgent = Workspace with urgency hint set
|
; urgent = Workspace with urgency hint set
|
||||||
label-urgent = %name%
|
label-urgent = %name%
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ guiset_quiet tabs always
|
||||||
|
|
||||||
set searchurls.g https://google.com/search?q=
|
set searchurls.g https://google.com/search?q=
|
||||||
|
|
||||||
{% if yadm.hostname == 'pdsk' %}
|
{% if yadm.hostname == "pdsk" %}
|
||||||
set newtab http://127.0.0.1:8101/
|
set newtab http://127.0.0.1:8101/
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
hostname=$(hostname)
|
hostname=$(hostname)
|
||||||
if [ "$hostname" = "pdsk" ] ; then
|
if [ "$hostname" = "pdsk" ] ; then
|
||||||
bash "$HOME/bin/autostart.sh" &
|
bash "$HOME/bin/bukuserver.sh" &
|
||||||
bash "$HOME/bin/tabliss.sh" &
|
bash "$HOME/bin/tabliss.sh" &
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue