From 5825e884b80beda1a77234b137fe3a39263ac215 Mon Sep 17 00:00:00 2001 From: shmibs Date: Tue, 11 Feb 2014 20:50:13 -0700 Subject: 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 --- .ftjerm/1/commands/connect | 0 .ftjerm/1/commands/general | 0 .ftjerm/1/commands/get | 0 .ftjerm/1/commands/getp | 0 .ftjerm/1/commands/saguaro | 0 .ftjerm/1/commands/send | 0 .ftjerm/1/commands/sendp | 0 .ftjerm/1/commands/withg | 0 .ftjerm/1/ssh.sh | 94 --------------------------------------- .ftjerm/2/commands/connect | 0 .ftjerm/2/commands/search | 0 .ftjerm/2/weechat.sh | 40 ----------------- .ftjerm/3/commands/aur | 0 .ftjerm/3/commands/clear | 0 .ftjerm/3/commands/define | 0 .ftjerm/3/commands/install | 0 .ftjerm/3/commands/logout | 0 .ftjerm/3/commands/poweroff | 0 .ftjerm/3/commands/reboot | 0 .ftjerm/3/commands/record | 0 .ftjerm/3/commands/remove | 0 .ftjerm/3/commands/scrobble | 0 .ftjerm/3/commands/search | 0 .ftjerm/3/commands/spell | 0 .ftjerm/3/commands/suspend | 0 .ftjerm/3/commands/thesaurus | 0 .ftjerm/3/commands/update | 0 .ftjerm/3/commands/update-keys | 0 .ftjerm/3/commands/upgrade | 0 .ftjerm/3/system.sh | 97 ----------------------------------------- .ftjerm/ed-cut-mono.png | Bin 42371 -> 0 bytes .ftjerm/lain-cut-mono.png | Bin 82808 -> 0 bytes .ftjerm/major-cut-mono.png | Bin 60877 -> 0 bytes .ftjerm/run.sh | 6 --- 34 files changed, 237 deletions(-) delete mode 100644 .ftjerm/1/commands/connect delete mode 100644 .ftjerm/1/commands/general delete mode 100644 .ftjerm/1/commands/get delete mode 100644 .ftjerm/1/commands/getp delete mode 100644 .ftjerm/1/commands/saguaro delete mode 100644 .ftjerm/1/commands/send delete mode 100644 .ftjerm/1/commands/sendp delete mode 100644 .ftjerm/1/commands/withg delete mode 100755 .ftjerm/1/ssh.sh delete mode 100644 .ftjerm/2/commands/connect delete mode 100644 .ftjerm/2/commands/search delete mode 100755 .ftjerm/2/weechat.sh delete mode 100644 .ftjerm/3/commands/aur delete mode 100644 .ftjerm/3/commands/clear delete mode 100644 .ftjerm/3/commands/define delete mode 100644 .ftjerm/3/commands/install delete mode 100644 .ftjerm/3/commands/logout delete mode 100644 .ftjerm/3/commands/poweroff delete mode 100644 .ftjerm/3/commands/reboot delete mode 100644 .ftjerm/3/commands/record delete mode 100644 .ftjerm/3/commands/remove delete mode 100644 .ftjerm/3/commands/scrobble delete mode 100644 .ftjerm/3/commands/search delete mode 100644 .ftjerm/3/commands/spell delete mode 100644 .ftjerm/3/commands/suspend delete mode 100644 .ftjerm/3/commands/thesaurus delete mode 100644 .ftjerm/3/commands/update delete mode 100644 .ftjerm/3/commands/update-keys delete mode 100644 .ftjerm/3/commands/upgrade delete mode 100755 .ftjerm/3/system.sh delete mode 100644 .ftjerm/ed-cut-mono.png delete mode 100644 .ftjerm/lain-cut-mono.png delete mode 100644 .ftjerm/major-cut-mono.png delete mode 100755 .ftjerm/run.sh (limited to '.ftjerm') diff --git a/.ftjerm/1/commands/connect b/.ftjerm/1/commands/connect deleted file mode 100644 index e69de29..0000000 diff --git a/.ftjerm/1/commands/general b/.ftjerm/1/commands/general deleted file mode 100644 index e69de29..0000000 diff --git a/.ftjerm/1/commands/get b/.ftjerm/1/commands/get deleted file mode 100644 index e69de29..0000000 diff --git a/.ftjerm/1/commands/getp b/.ftjerm/1/commands/getp deleted file mode 100644 index e69de29..0000000 diff --git a/.ftjerm/1/commands/saguaro b/.ftjerm/1/commands/saguaro deleted file mode 100644 index e69de29..0000000 diff --git a/.ftjerm/1/commands/send b/.ftjerm/1/commands/send deleted file mode 100644 index e69de29..0000000 diff --git a/.ftjerm/1/commands/sendp b/.ftjerm/1/commands/sendp deleted file mode 100644 index e69de29..0000000 diff --git a/.ftjerm/1/commands/withg b/.ftjerm/1/commands/withg deleted file mode 100644 index e69de29..0000000 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 diff --git a/.ftjerm/2/commands/search b/.ftjerm/2/commands/search deleted file mode 100644 index e69de29..0000000 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 diff --git a/.ftjerm/3/commands/clear b/.ftjerm/3/commands/clear deleted file mode 100644 index e69de29..0000000 diff --git a/.ftjerm/3/commands/define b/.ftjerm/3/commands/define deleted file mode 100644 index e69de29..0000000 diff --git a/.ftjerm/3/commands/install b/.ftjerm/3/commands/install deleted file mode 100644 index e69de29..0000000 diff --git a/.ftjerm/3/commands/logout b/.ftjerm/3/commands/logout deleted file mode 100644 index e69de29..0000000 diff --git a/.ftjerm/3/commands/poweroff b/.ftjerm/3/commands/poweroff deleted file mode 100644 index e69de29..0000000 diff --git a/.ftjerm/3/commands/reboot b/.ftjerm/3/commands/reboot deleted file mode 100644 index e69de29..0000000 diff --git a/.ftjerm/3/commands/record b/.ftjerm/3/commands/record deleted file mode 100644 index e69de29..0000000 diff --git a/.ftjerm/3/commands/remove b/.ftjerm/3/commands/remove deleted file mode 100644 index e69de29..0000000 diff --git a/.ftjerm/3/commands/scrobble b/.ftjerm/3/commands/scrobble deleted file mode 100644 index e69de29..0000000 diff --git a/.ftjerm/3/commands/search b/.ftjerm/3/commands/search deleted file mode 100644 index e69de29..0000000 diff --git a/.ftjerm/3/commands/spell b/.ftjerm/3/commands/spell deleted file mode 100644 index e69de29..0000000 diff --git a/.ftjerm/3/commands/suspend b/.ftjerm/3/commands/suspend deleted file mode 100644 index e69de29..0000000 diff --git a/.ftjerm/3/commands/thesaurus b/.ftjerm/3/commands/thesaurus deleted file mode 100644 index e69de29..0000000 diff --git a/.ftjerm/3/commands/update b/.ftjerm/3/commands/update deleted file mode 100644 index e69de29..0000000 diff --git a/.ftjerm/3/commands/update-keys b/.ftjerm/3/commands/update-keys deleted file mode 100644 index e69de29..0000000 diff --git a/.ftjerm/3/commands/upgrade b/.ftjerm/3/commands/upgrade deleted file mode 100644 index e69de29..0000000 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 Binary files a/.ftjerm/ed-cut-mono.png and /dev/null differ diff --git a/.ftjerm/lain-cut-mono.png b/.ftjerm/lain-cut-mono.png deleted file mode 100644 index e7877fb..0000000 Binary files a/.ftjerm/lain-cut-mono.png and /dev/null differ diff --git a/.ftjerm/major-cut-mono.png b/.ftjerm/major-cut-mono.png deleted file mode 100644 index 3acf720..0000000 Binary files a/.ftjerm/major-cut-mono.png and /dev/null 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 & -- cgit v1.2.3