Compare commits
3 commits
ad8848f714
...
20b73e4362
Author | SHA1 | Date | |
---|---|---|---|
20b73e4362 | |||
6a36b10471 | |||
7a8d2cf806 |
4 changed files with 7 additions and 5 deletions
|
@ -7,7 +7,10 @@ if ! "$REMOTE" && test "$(tty)" = /dev/tty1
|
|||
mkdir -p "$HOME/.local/share/sway"
|
||||
set log "$HOME/.local/share/sway/$(date +%Y-%m-%d@%H:%M:%S).log"
|
||||
|
||||
pgrep -U "$(id -u)" runsv >/dev/null || nohup runsvdir ~/.local/share/service ............. >/dev/null &
|
||||
pgrep -U "$(id -u)" runsv >/dev/null || begin
|
||||
nohup runsvdir ~/.local/share/service ............. >/dev/null &
|
||||
disown
|
||||
end
|
||||
|
||||
exec env \
|
||||
XDG_RUNTIME_DIR="$XDG_RUNTIME_DIR" \
|
||||
|
|
|
@ -82,10 +82,10 @@
|
|||
<!-- Set default monospace font -->
|
||||
<alias>
|
||||
<family>monospace</family>
|
||||
<prefer><family>Source Code Pro</family></prefer>
|
||||
<prefer><family>Iosevka</family></prefer>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>Source Code Pro</family>
|
||||
<family>Iosevka</family>
|
||||
<default><family>monospace</family></default>
|
||||
</alias>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ lines = 10000
|
|||
hide-when-typing=yes
|
||||
|
||||
[main]
|
||||
font=monospace:pixelsize=19
|
||||
font=monospace:pixelsize=18
|
||||
|
||||
initial-window-size-chars=120x24
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
../../../.config/sv/goimapnotify
|
Loading…
Reference in a new issue