aboutsummaryrefslogtreecommitdiff
path: root/dmenuTerm.sh
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2020-08-19 01:21:35 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2020-08-19 01:21:35 +0200
commit8cb589fa44926b341e71373ed8f815528cfb67cc (patch)
treeb971f477e0c734fcdd489edd5b7ba574a7a4ddc8 /dmenuTerm.sh
parentb257bbcf7825c69fc3a6d00cf825e4c250f85031 (diff)
downloadscripts-8cb589fa44926b341e71373ed8f815528cfb67cc.tar.gz
scripts-8cb589fa44926b341e71373ed8f815528cfb67cc.zip
Fixing typos, cleaning webview, allowing comments in emoji file.
Diffstat (limited to 'dmenuTerm.sh')
-rwxr-xr-xdmenuTerm.sh4
1 files changed, 2 insertions, 2 deletions
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 ;;