aboutsummaryrefslogtreecommitdiff
path: root/dmenuTerm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dmenuTerm.sh')
-rwxr-xr-xdmenuTerm.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/dmenuTerm.sh b/dmenuTerm.sh
index 744cebc..73d170c 100755
--- a/dmenuTerm.sh
+++ b/dmenuTerm.sh
@@ -9,16 +9,16 @@ case "$chosen" in
# floating windows
neofetch) urxvt -title invisible -sh 100 -cr "#aaddff" -geometry "80x21+50+35" -e ~/scripts/neofetch.sh ;;
showColors) urxvt -title floating -sh 10 -cr black -geometry 43x9 -e ~/scripts/showColors.sh ;;
- years) ~/scripts/floatYears.sh ;;
- months) ~/scripts/floatMonths.sh ;;
- "bg selection") urxvt -title floating -sh 20 -cr black -geometry "45x6-5-5" -e ~/scripts/bgBrowser.sh "/home/inigo/images/wallpapers/" ;;
+ years) ~/scripts/floats/floatYears.sh ;;
+ months) ~/scripts/floats/floatMonths.sh ;;
+ "bg selection") ~/scripts/floats/floatBgBrowser.sh "/home/inigo/images/wallpapers/" ;;
python) urxvt -title floating -geometry 80x28 -e python ;;
#programs
cmus) urxvt -cd ~/music -e cmus ;;
"cmus (float)") urxvt -title floating -sh 20 -geometry "150x12+5-8" -cd ~/music -e cmus ;;
newsboat) urxvt -e newsboat ;;
neomutt) urxvt -e neomutt ;;
- syncthing) qutebrowser && urxvt -e ~/scripts/syncthing.sh ;;
+ syncthing) urxvt -e ~/scripts/syncthing.sh ;;
# sudo stuff
brightFirst) urxvt -title floating -geometry 32x1 -e sudo ~/scripts/brightFirst.sh ;;
resetConnection) urxvt -title floating -geometry 32x1 -e sudo ~/scripts/resetConnection.sh ;;