From 871b1c512d0c30a0460d1e3ad80636661877513c Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Tue, 15 Oct 2019 19:27:02 +0200 Subject: i3internet nmtui window is now floating. --- i3blocks/i3internet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i3blocks') diff --git a/i3blocks/i3internet.sh b/i3blocks/i3internet.sh index cf2162a..2f55fd2 100755 --- a/i3blocks/i3internet.sh +++ b/i3blocks/i3internet.sh @@ -4,7 +4,7 @@ # Depends on nmcli and ip for IPs case $BLOCK_BUTTON in - 1) i3-msg "exec urxvt -e nmtui" >/dev/null ;; + 1) i3-msg "exec urxvt -title "floating" -e nmtui" >/dev/null ;; esac wifiDev="wlp2s0" -- cgit v1.2.1