diff options
Diffstat (limited to 'i3blocks')
-rwxr-xr-x | i3blocks/i3internet.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |