aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshmibs <shmibs@gmail.com>2014-02-11 20:50:13 -0700
committershmibs <shmibs@gmail.com>2014-02-11 20:50:13 -0700
commit5825e884b80beda1a77234b137fe3a39263ac215 (patch)
treedc6d977e206a71106ef17b0bdd242a0a2dfcadeb
parent597d87abf48838c7cbe27d71aa15943ba90840a4 (diff)
downloaddotfiles-5825e884b80beda1a77234b137fe3a39263ac215.tar.gz
removed dropdowns
herbstluftwm doesn't do floating, so dropdowns don't work, and i was getting fed up with not having mouseless text/url yanking
-rw-r--r--.ftjerm/1/commands/connect0
-rw-r--r--.ftjerm/1/commands/general0
-rw-r--r--.ftjerm/1/commands/get0
-rw-r--r--.ftjerm/1/commands/getp0
-rw-r--r--.ftjerm/1/commands/saguaro0
-rw-r--r--.ftjerm/1/commands/send0
-rw-r--r--.ftjerm/1/commands/sendp0
-rw-r--r--.ftjerm/1/commands/withg0
-rwxr-xr-x.ftjerm/1/ssh.sh94
-rw-r--r--.ftjerm/2/commands/connect0
-rw-r--r--.ftjerm/2/commands/search0
-rwxr-xr-x.ftjerm/2/weechat.sh40
-rw-r--r--.ftjerm/3/commands/aur0
-rw-r--r--.ftjerm/3/commands/clear0
-rw-r--r--.ftjerm/3/commands/define0
-rw-r--r--.ftjerm/3/commands/install0
-rw-r--r--.ftjerm/3/commands/logout0
-rw-r--r--.ftjerm/3/commands/poweroff0
-rw-r--r--.ftjerm/3/commands/reboot0
-rw-r--r--.ftjerm/3/commands/record0
-rw-r--r--.ftjerm/3/commands/remove0
-rw-r--r--.ftjerm/3/commands/scrobble0
-rw-r--r--.ftjerm/3/commands/search0
-rw-r--r--.ftjerm/3/commands/spell0
-rw-r--r--.ftjerm/3/commands/suspend0
-rw-r--r--.ftjerm/3/commands/thesaurus0
-rw-r--r--.ftjerm/3/commands/update0
-rw-r--r--.ftjerm/3/commands/update-keys0
-rw-r--r--.ftjerm/3/commands/upgrade0
-rwxr-xr-x.ftjerm/3/system.sh97
-rw-r--r--.ftjerm/ed-cut-mono.pngbin42371 -> 0 bytes
-rw-r--r--.ftjerm/lain-cut-mono.pngbin82808 -> 0 bytes
-rw-r--r--.ftjerm/major-cut-mono.pngbin60877 -> 0 bytes
-rwxr-xr-x.ftjerm/run.sh6
34 files changed, 0 insertions, 237 deletions
diff --git a/.ftjerm/1/commands/connect b/.ftjerm/1/commands/connect
deleted file mode 100644
index e69de29..0000000
--- a/.ftjerm/1/commands/connect
+++ /dev/null
diff --git a/.ftjerm/1/commands/general b/.ftjerm/1/commands/general
deleted file mode 100644
index e69de29..0000000
--- a/.ftjerm/1/commands/general
+++ /dev/null
diff --git a/.ftjerm/1/commands/get b/.ftjerm/1/commands/get
deleted file mode 100644
index e69de29..0000000
--- a/.ftjerm/1/commands/get
+++ /dev/null
diff --git a/.ftjerm/1/commands/getp b/.ftjerm/1/commands/getp
deleted file mode 100644
index e69de29..0000000
--- a/.ftjerm/1/commands/getp
+++ /dev/null
diff --git a/.ftjerm/1/commands/saguaro b/.ftjerm/1/commands/saguaro
deleted file mode 100644
index e69de29..0000000
--- a/.ftjerm/1/commands/saguaro
+++ /dev/null
diff --git a/.ftjerm/1/commands/send b/.ftjerm/1/commands/send
deleted file mode 100644
index e69de29..0000000
--- a/.ftjerm/1/commands/send
+++ /dev/null
diff --git a/.ftjerm/1/commands/sendp b/.ftjerm/1/commands/sendp
deleted file mode 100644
index e69de29..0000000
--- a/.ftjerm/1/commands/sendp
+++ /dev/null
diff --git a/.ftjerm/1/commands/withg b/.ftjerm/1/commands/withg
deleted file mode 100644
index e69de29..0000000
--- a/.ftjerm/1/commands/withg
+++ /dev/null
diff --git a/.ftjerm/1/ssh.sh b/.ftjerm/1/ssh.sh
deleted file mode 100755
index 002560c..0000000
--- a/.ftjerm/1/ssh.sh
+++ /dev/null
@@ -1,94 +0,0 @@
-#!/bin/bash
-input=""
-filename=""
-temp=""
-action=""
-destination=""
-sleep .125s
-
-cd /home/shmibs/.ftjerm/1/commands
-
-while IFS="" read -r -e -d $'\n' -p "ssh: " -a input; do
- history -s "$input"
-
- IFS=" "
- input=($input)
-
- if [ -n "$input" ]; then
-
- if [ "${input[0]}" == "send" ]; then
- destination=""
- if [ "${input[1]}" == "general" ]; then
- destination="gamarti6@general.asu.edu:/afs/asu.edu/users/g/a/m/gamarti6/"
- fi
-
- if [ "${input[1]}" == "withg" ]; then
- destination="shmibs@withg.org:/home/shmibs/"
- fi
-
- if [ "${input[1]}" == "saguaro" ]; then
- destination="gamarti6@saguaro.fulton.asu.edu:/home/gamarti6/"
- fi
-
- if [ -n "$destination" ]; then
- cd ~
- read -r -e -d $'\n' -p "~/" -a filename
- temp=`basename $filename`
- scp -r '/home/shmibs/$filename' '$destination$temp'
- cd /home/shmibs/.ftjerm/1/commands
-
- fi
- fi
-
- if [ "$input" == "sendp" ]; then
- cd ~
- read -r -e -d $'\n' -p "~/" -a filename
- cd /home/shmibs/.ftjerm/1/commands
- temp=`basename $filename`
- scp -r /home/shmibs/$filename shmibs@withg.org:/home/shmibs/www/$temp
- echo "http://withg.org/shmibs/$temp" | xclip -selection clipboard
- fi
-
- if [ "$input" == "get" ]; then
- cd ~
- read -r -e -d $'\n' -p "~/" -a filename
- cd /home/shmibs/.ftjerm/1/commands
- temp=`basename $filename`
- scp -r shmibs@withg.org:~/$filename ~/Desktop/$temp
- fi
-
- if [ "$input" == "getp" ]; then
- cd ~
- read -r -e -d $'\n' -p "~/www/" -a filename
- cd /home/shmibs/.ftjerm/1/commands
- temp=`basename $filename`
- scp -r shmibs@withg.org:/home/shimbs/www/$filename ~/Desktop/$temp
- fi
-
- if [ "${input[0]}" == "connect" ]; then
- if [ "${input[2]}" != "-X" ]; then
- unset ${input[2]}
- fi
-
- destination=""
-
- if [ "${input[1]}" == "general" ]; then
- destination=gamarti6@general.asu.edu
- fi
-
- if [ "${input[1]}" == "withg" ]; then
- destination=shmibs@withg.org
- fi
-
- if [ "${input[1]}" == "saguaro" ]; then
- destination=gamarti6@saguaro.fulton.asu.edu
- fi
-
- if [ "$destination" != "" ]; then
- ssh ${input[2]} $destination
- fi
- fi
-
- fi
-
-done
diff --git a/.ftjerm/2/commands/connect b/.ftjerm/2/commands/connect
deleted file mode 100644
index e69de29..0000000
--- a/.ftjerm/2/commands/connect
+++ /dev/null
diff --git a/.ftjerm/2/commands/search b/.ftjerm/2/commands/search
deleted file mode 100644
index e69de29..0000000
--- a/.ftjerm/2/commands/search
+++ /dev/null
diff --git a/.ftjerm/2/weechat.sh b/.ftjerm/2/weechat.sh
deleted file mode 100755
index 3285c6b..0000000
--- a/.ftjerm/2/weechat.sh
+++ /dev/null
@@ -1,40 +0,0 @@
-#!/bin/bash
-sleep .125s
-input=""
-cd /home/shmibs/.ftjerm/2/commands
-while IFS="" read -r -e -d $'\n' -p "irc: " -a input; do
- history -s "$input"
-
- IFS=" "
- input=($input)
- if [ -n "$input" ]; then
-
- if [ ${input[0]} == "connect" ]; then
- weechat-curses
- fi
-
- if [ ${input[0]} == "logs" ]; then
- if [ -z ${input[1]} ]; then
- for i in $( ls /home/shmibs/.weechat/logs ); do
- echo $i:
- ls /home/shmibs/.weechat/logs/$i
- echo
- done
- else
- less "/home/.weechat/logs/${input[1]}.log"
- fi
- fi
-
- if [ ${input[0]} == "clear" ]; then
- clear
- fi
-
- if [ ${input[0]} == "search" ]; then
- if [ -n ${input[1]} ]; then
- cd /home/shmibs/.weechat/logs
- grep --color=always "${input[1]}" ./irc.*${input[2]}* | sed -e 's/.\/irc.\|.weechatlog\|grep: * No such file or directory//g'
- cd /home/shmibs/.tilda/2/commands
- fi
- fi
- fi
-done
diff --git a/.ftjerm/3/commands/aur b/.ftjerm/3/commands/aur
deleted file mode 100644
index e69de29..0000000
--- a/.ftjerm/3/commands/aur
+++ /dev/null
diff --git a/.ftjerm/3/commands/clear b/.ftjerm/3/commands/clear
deleted file mode 100644
index e69de29..0000000
--- a/.ftjerm/3/commands/clear
+++ /dev/null
diff --git a/.ftjerm/3/commands/define b/.ftjerm/3/commands/define
deleted file mode 100644
index e69de29..0000000
--- a/.ftjerm/3/commands/define
+++ /dev/null
diff --git a/.ftjerm/3/commands/install b/.ftjerm/3/commands/install
deleted file mode 100644
index e69de29..0000000
--- a/.ftjerm/3/commands/install
+++ /dev/null
diff --git a/.ftjerm/3/commands/logout b/.ftjerm/3/commands/logout
deleted file mode 100644
index e69de29..0000000
--- a/.ftjerm/3/commands/logout
+++ /dev/null
diff --git a/.ftjerm/3/commands/poweroff b/.ftjerm/3/commands/poweroff
deleted file mode 100644
index e69de29..0000000
--- a/.ftjerm/3/commands/poweroff
+++ /dev/null
diff --git a/.ftjerm/3/commands/reboot b/.ftjerm/3/commands/reboot
deleted file mode 100644
index e69de29..0000000
--- a/.ftjerm/3/commands/reboot
+++ /dev/null
diff --git a/.ftjerm/3/commands/record b/.ftjerm/3/commands/record
deleted file mode 100644
index e69de29..0000000
--- a/.ftjerm/3/commands/record
+++ /dev/null
diff --git a/.ftjerm/3/commands/remove b/.ftjerm/3/commands/remove
deleted file mode 100644
index e69de29..0000000
--- a/.ftjerm/3/commands/remove
+++ /dev/null
diff --git a/.ftjerm/3/commands/scrobble b/.ftjerm/3/commands/scrobble
deleted file mode 100644
index e69de29..0000000
--- a/.ftjerm/3/commands/scrobble
+++ /dev/null
diff --git a/.ftjerm/3/commands/search b/.ftjerm/3/commands/search
deleted file mode 100644
index e69de29..0000000
--- a/.ftjerm/3/commands/search
+++ /dev/null
diff --git a/.ftjerm/3/commands/spell b/.ftjerm/3/commands/spell
deleted file mode 100644
index e69de29..0000000
--- a/.ftjerm/3/commands/spell
+++ /dev/null
diff --git a/.ftjerm/3/commands/suspend b/.ftjerm/3/commands/suspend
deleted file mode 100644
index e69de29..0000000
--- a/.ftjerm/3/commands/suspend
+++ /dev/null
diff --git a/.ftjerm/3/commands/thesaurus b/.ftjerm/3/commands/thesaurus
deleted file mode 100644
index e69de29..0000000
--- a/.ftjerm/3/commands/thesaurus
+++ /dev/null
diff --git a/.ftjerm/3/commands/update b/.ftjerm/3/commands/update
deleted file mode 100644
index e69de29..0000000
--- a/.ftjerm/3/commands/update
+++ /dev/null
diff --git a/.ftjerm/3/commands/update-keys b/.ftjerm/3/commands/update-keys
deleted file mode 100644
index e69de29..0000000
--- a/.ftjerm/3/commands/update-keys
+++ /dev/null
diff --git a/.ftjerm/3/commands/upgrade b/.ftjerm/3/commands/upgrade
deleted file mode 100644
index e69de29..0000000
--- a/.ftjerm/3/commands/upgrade
+++ /dev/null
diff --git a/.ftjerm/3/system.sh b/.ftjerm/3/system.sh
deleted file mode 100755
index d665d84..0000000
--- a/.ftjerm/3/system.sh
+++ /dev/null
@@ -1,97 +0,0 @@
-#!/bin/bash
-sleep .125s
-input=""
-first=""
-
-cd /home/shmibs/.ftjerm/3/commands
-
-while IFS="" read -r -e -d $'\n' -p "sys: " -a input; do
- history -s "$input"
-
- IFS=" "
- input=($input)
-
- if [ -n "$input" ]; then
-
- first=${input[0]}
- unset input[0]
-
- if [ "$first" == "upgrade" ]; then
- if [ "${input[1]}" == "-a" ]; then
- yaourt -Syua
- else
- sudo pacman -Syu
- fi
- fi
-
- if [ "$first" == "update" ]; then
- sudo pacman -Syy
- fi
-
- if [ "$first" == "update-keys" ]; then
- sudo pacman-key --populate archlinux
- fi
-
- if [ "$first" == "clear" ]; then
- clear
- fi
-
- if [ "$first" == "install" ]; then
- sudo pacman -S ${input[*]}
- fi
-
- if [ "$first" == "remove" ]; then
- sudo pacman -R ${input[*]}
- fi
-
- if [ "$first" == "search" ]; then
- if [ "${input[1]}" == "-a" ]; then
- unset input[1]
- yaourt -Ss ${input[*]}
- else
- pacman -Ss ${input[*]}
- fi
- fi
-
- if [ "$first" == "aur" ]; then
- yaourt -S ${input[*]}
- fi
-
- if [ "$first" == "reboot" ]; then
- systemctl reboot
- fi
-
- if [ "$first" == "poweroff" ]; then
- poweroff
- fi
-
- if [ "$first" == "logout" ]; then
- mate-session-save --logout
- fi
-
- if [ "$first" == "spell" ]; then
- echo "${input[*]}" | aspell -a
- fi
-
- if [ $first == "thesaurus" ]; then
- aiksaurus "${input[1]}"
- fi
-
- if [ "$first" == "define" ]; then
- sdcv "${input[1]}"
- fi
-
- if [ "$first" == "record" ]; then
- if [ -f ~/Desktop/temp.mkv ]; then
- rm ~/Desktop/temp.mkv
- fi
- ffmpeg -f alsa -i pulse -f x11grab -s 1920x1080 -i :0.0 -preset ultrafast -vcodec libx264 -threads 0 -qp 0 ~/Desktop/temp.mkv
- fi
-
- if [ "$first" == "suspend" ]; then
- systemctl suspend
- fi
-
- fi
-
-done
diff --git a/.ftjerm/ed-cut-mono.png b/.ftjerm/ed-cut-mono.png
deleted file mode 100644
index 0610447..0000000
--- a/.ftjerm/ed-cut-mono.png
+++ /dev/null
Binary files differ
diff --git a/.ftjerm/lain-cut-mono.png b/.ftjerm/lain-cut-mono.png
deleted file mode 100644
index e7877fb..0000000
--- a/.ftjerm/lain-cut-mono.png
+++ /dev/null
Binary files differ
diff --git a/.ftjerm/major-cut-mono.png b/.ftjerm/major-cut-mono.png
deleted file mode 100644
index 3acf720..0000000
--- a/.ftjerm/major-cut-mono.png
+++ /dev/null
Binary files differ
diff --git a/.ftjerm/run.sh b/.ftjerm/run.sh
deleted file mode 100755
index b865857..0000000
--- a/.ftjerm/run.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-cd /home/shmibs/.ftjerm/1
-ftjerm -k 7 -m windows -km alt -c0 000000 -c8 282E2B -c1 FF4D52 -c9 FF8083 -c2 4BEB4B -c10 7AEB7A -c3 EDB655 -c11 EDC785 -c4 53CDE0 -c12 80D3E0 -c5 CD00CD -c13 FF00FF -c6 5FD4D0 -c14 8AD4D1 -c7 E3E2D6 -c15 FFFEF9 -bg Black -fg White -ah false -fn "TI Calc Fonts Clean 8" -fy 16 -w 1920 -h 266 -o 0 -sh '/home/shmibs/.ftjerm/1/ssh.sh' -bgimg /home/shmibs/.ftjerm/major-cut-mono.png &
-cd /home/shmibs/.ftjerm/2
-ftjerm -k 8 -m windows -km alt -c0 000000 -c8 282E2B -c1 FF4D52 -c9 FF8083 -c2 4BEB4B -c10 7AEB7A -c3 EDB655 -c11 EDC785 -c4 53CDE0 -c12 80D3E0 -c5 CD00CD -c13 FF00FF -c6 5FD4D0 -c14 8AD4D1 -c7 E3E2D6 -c15 FFFEF9 -bg Black -fg White -ah false -fn "TI Calc Fonts Clean 8" -fy 16 -w 1920 -h 266 -o 0 -sh '/home/shmibs/.ftjerm/2/weechat.sh' -bgimg /home/shmibs/.ftjerm/ed-cut-mono.png &
-cd /home/shmibs/.ftjerm/3
-ftjerm -k 9 -m windows -km alt -c0 000000 -c8 282E2B -c1 FF4D52 -c9 FF8083 -c2 4BEB4B -c10 7AEB7A -c3 EDB655 -c11 EDC785 -c4 53CDE0 -c12 80D3E0 -c5 CD00CD -c13 FF00FF -c6 5FD4D0 -c14 8AD4D1 -c7 E3E2D6 -c15 FFFEF9 -bg Black -fg White -ah false -fn "TI Calc Fonts Clean 8" -fy 16 -w 1920 -h 266 -o 0 -sh '/home/shmibs/.ftjerm/3/system.sh' -bgimg /home/shmibs/.ftjerm/lain-cut-mono.png &