diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-05-17 19:27:23 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-05-17 19:27:23 -0700 |
commit | f34d00c3166a084106f8413ed058a72a324baf3f (patch) | |
tree | 796f66545d881898a4c0435b18e1246a49bd3ffa /sh | |
parent | 8a79a5eb1435c887be4b8ed94d79fa4e90af718d (diff) |
after u, dwm mod-i to make ia and ca on left screen and rest on right
Diffstat (limited to 'sh')
-rwxr-xr-x | sh/u | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ ssh-add -l || ssh-add -for host in ca ia studio pp; do +for host in studio pp ia ca; do # alacritty use -T to change window name so I can identify different servers # need to invoke bash afterwards for manual things like reboot if linux upgrades and pacdiff # maybe can automate further so no need manual things |