Tinkering
This commit is contained in:
parent
af84e19b49
commit
d23da598fe
|
@ -140,7 +140,11 @@ end
|
||||||
alias vltl "$EDITOR (ltl)"
|
alias vltl "$EDITOR (ltl)"
|
||||||
alias cdltl "cd (ltld)"
|
alias cdltl "cd (ltld)"
|
||||||
|
|
||||||
alias p "ping 8.8.8.8"
|
function p
|
||||||
|
set ip 8.8.8.8
|
||||||
|
set -q argv[1] && set ip $argv[1]
|
||||||
|
ping $ip
|
||||||
|
end
|
||||||
function pp --description "Keeps trying to ping 8.8.8.8 forever"
|
function pp --description "Keeps trying to ping 8.8.8.8 forever"
|
||||||
while not ping -n 1 -w 5 8.8.8.8
|
while not ping -n 1 -w 5 8.8.8.8
|
||||||
sleep 1
|
sleep 1
|
||||||
|
|
|
@ -54,5 +54,5 @@ profile laptop-with-display {
|
||||||
}
|
}
|
||||||
|
|
||||||
profile laptop {
|
profile laptop {
|
||||||
output "Sharp Corporation 0x144A 0x00000000" enable mode 3200x1800@60Hz position 0,0 scale 1.5 transform normal
|
output "Sharp Corporation 0x144A 0x00000000" enable mode 3200x1800@60Hz position 0,0 scale 2 transform normal
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue