From d23da598fedc999741fe1646d7d5d91f0ae88d2e Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Fri, 4 Feb 2022 15:21:44 -0600 Subject: [PATCH] Tinkering --- common/fish/functions.fish | 6 +++++- os/linux/kanshi/config | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/common/fish/functions.fish b/common/fish/functions.fish index c889885..601334a 100644 --- a/common/fish/functions.fish +++ b/common/fish/functions.fish @@ -140,7 +140,11 @@ end alias vltl "$EDITOR (ltl)" 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" while not ping -n 1 -w 5 8.8.8.8 sleep 1 diff --git a/os/linux/kanshi/config b/os/linux/kanshi/config index 0323632..8f155aa 100644 --- a/os/linux/kanshi/config +++ b/os/linux/kanshi/config @@ -54,5 +54,5 @@ profile laptop-with-display { } 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 }