From 8cb589fa44926b341e71373ed8f815528cfb67cc Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Wed, 19 Aug 2020 01:21:35 +0200 Subject: Fixing typos, cleaning webview, allowing comments in emoji file. --- dmenuTerm.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dmenuTerm.sh') diff --git a/dmenuTerm.sh b/dmenuTerm.sh index 1bb633e..b9a6d25 100755 --- a/dmenuTerm.sh +++ b/dmenuTerm.sh @@ -1,7 +1,7 @@ #!/bin/sh # dmenu script for opening console programs and scripts directly -options="neofetch\ncmus\ncmus (float)\n\nweather\nReset NetworkManager\nwifiUp\nwifiDown\nyears\nmonths\nbg selection\nshowColors\npython\nmusicMode\nClose music mode" +options="neofetch\ncmus\ncmus (float)\nweather\nReset NetworkManager\nwifiUp\nwifiDown\nyears\nmonths\nbg selection\nshowColors\npython\nmusicMode\nClose music mode" chosen=$(echo -e "$options" | dmenu -i -p "~$ urxvt -e") @@ -13,7 +13,7 @@ case "$chosen" in "months") ~/scripts/floats/floatMonths.sh ;; "weather") urxvt -title floating -sh 10 -geometry 125x40 -e weather.sh ;; "bg selection") ~/scripts/floats/floatBgBrowser.sh "$HOME/images/wallpapers/" ;; - "python") urxvt -title floating -geometry 80x28 -e python ;; + "python") urxvt -title floating -geometry 80x28 -e python -q ;; #programs "cmus") urxvt -cd ~/music -e cmus ;; "cmus (float)") urxvt -title floating -sh 20 -geometry "150x12+5-8" -cd ~/music -e cmus ;; -- cgit v1.2.1