summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-02-26 13:40:04 -0700
committerDavid Luevano Alvarado <david@luevano.xyz>2021-02-26 13:40:04 -0700
commitce697763c56a613ec36521c76a952efb92add2fc (patch)
tree870e8c9e2c649f51799a8b8274e44a3186b77cfc
parent0d02def42804f58c754253a1f84b2b8f0dd9b2d7 (diff)
Small tweaks
-rwxr-xr-x.config/bspwm/bspwmrc1
-rwxr-xr-x.local/bin/lsync6
2 files changed, 6 insertions, 1 deletions
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc
index c0a9569..fafb141 100755
--- a/.config/bspwm/bspwmrc
+++ b/.config/bspwm/bspwmrc
@@ -98,6 +98,7 @@ bspc rule -a *:*:"Picture-in-Picture" state=floating rectangle=640x360+640+360
bspc rule -a "Peek":*:* state=floating
bspc rule -a "Zathura":*:* state=tiled
bspc rule -a "Godot":*:* state=floating
+bspc rule -a "picocad":*:* state=floating
bspc rule -a "Steam":*:* state=floating
# bspc rule -a Gimp desktop='^8' state=floating follow=on
# bspc rule -a Chromium desktop='^2'
diff --git a/.local/bin/lsync b/.local/bin/lsync
index dc74c0f..136e43e 100755
--- a/.local/bin/lsync
+++ b/.local/bin/lsync
@@ -1,10 +1,14 @@
#!/bin/sh
# Push to luevano.xyz
-# This pushes everything!
+# This pushes everything! (except for blog, since it needs a bit mor management)
echo "rsync: pushing (U) local (lz) to webserver (lzserver). (luevano.xyz)"
rsync -rtuvP --delete-after --exclude-from=$HOME/dox/www/luevano.xyz/.rsyncignore $HOME/dox/www/luevano.xyz/ lzr:/var/www/
+# This pushes the blog.
+echo "rsync: pushing (U) local (lz) to webserver (lzserver). (blog.luevano.xyz)"
+rsync -rtuvP --delete-after $HOME/dox/www/luevano.xyz/blog/dst/ lzr:/var/www/blog/
+
# Only static.luevano.xyz.
# echo "rsync: pushing (U) local (lz) to webserver (lzserver). (luevano.xyz)"
# rsync -rtuvP --delete-after $HOME/dox/www/luevano.xyz/static/ lzr:/var/www/static/