clean up scripts
This commit is contained in:
parent
f6432702bd
commit
2afe705647
@ -1 +0,0 @@
|
|||||||
/home/felix/.gem/ruby/2.3.0/bin/bundle
|
|
@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
profile="$(netctl list | dmenu | sed 's/.* //')"
|
profile="$(wifish list 2>&1 | sed '1,/SSID/d' | sed 's/"\([^"]*\)".*/\1/' | dmenu)"
|
||||||
urxvtc -e sudo netctl switch-to "$profile"
|
[ -z "$profile" ] && wifish connect "$profile"
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
wget "$(xclip -o)" -O "eztv_add_selection.html"
|
|
||||||
cat "eztv_add_selection.html" | grep 'class="magnet"' | sed 's/.*\("magnet:[^"]*"\).*/\1/' | xargs transmission-remote --add
|
|
||||||
rm "eztv_add_selection.html"
|
|
@ -1,3 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
_JAVA_AWT_WM_NONREPARENTING=1 exec idea.sh
|
|
@ -1 +0,0 @@
|
|||||||
xclip -o | sed -n 's/view/download/p' | xargs transmission-remote --add
|
|
0
local/bin/profile_bash.sh
Normal file → Executable file
0
local/bin/profile_bash.sh
Normal file → Executable file
@ -1 +0,0 @@
|
|||||||
sudo mount -t cifs //files.ugent.be/fvdrjeug /home/felix/samba -o user=fvdrjeug,password="$(twpcalc.sh)"
|
|
@ -1,6 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
pkill redshift
|
|
||||||
xautolock -disable
|
|
||||||
xset dpms 0 0 0
|
|
||||||
|
|
@ -1 +0,0 @@
|
|||||||
/home/felix/Programming/vimus/dist/dist-sandbox-b7985571/build/vimus/vimus
|
|
@ -1,2 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
PULSE_SERVER=ZEVEN rofi -show run
|
|
Loading…
Reference in New Issue
Block a user