Merge branch 'master' of ssh://git.lyte.dev:2222/lytedev/dotfiles
This commit is contained in:
commit
bc5ce9e725
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env moon
|
#!/usr/bin/env moon
|
||||||
arg_spec = {
|
arg_spec = {
|
||||||
{"target", "REMOTE_MACHINE", "remote"}
|
{"target", "REMOTE_MACHINE", "remote"}
|
||||||
{"fwd", "FORWARD_PORTS", "1313,3000,4800:8000,8080,1234,40080:80,40443:443"}
|
{"fwd", "FORWARD_PORTS", "1313,3000,4800:8000,8080,1234,4400:4000,40080:80,40443:443"}
|
||||||
{"sargs", "SSH_ARGS", "-XY"}
|
{"sargs", "SSH_ARGS", "-XY"}
|
||||||
}
|
}
|
||||||
args = {v[1], os.getenv(v[2]) or arg[i] or v[3] for i, v in ipairs(arg_spec)}
|
args = {v[1], os.getenv(v[2]) or arg[i] or v[3] for i, v in ipairs(arg_spec)}
|
||||||
|
|
|
@ -168,7 +168,7 @@ super + shift + t
|
||||||
|
|
||||||
# spawn a terminal
|
# spawn a terminal
|
||||||
super + Return
|
super + Return
|
||||||
kitty
|
urxvtc
|
||||||
|
|
||||||
# spawn a rock-solid and reliable terminal for when I break things
|
# spawn a rock-solid and reliable terminal for when I break things
|
||||||
super + alt + Return
|
super + alt + Return
|
||||||
|
|
Reference in a new issue