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