diff --git a/.bashrc b/.bashrc index f4ac53e..2a4f59d 100644 --- a/.bashrc +++ b/.bashrc @@ -27,6 +27,7 @@ alias vi='vim' # Also convinient alias ss='sshch' alias rtv='rtv --enable-media' +alias moc='mocp --theme=transparent-background' alias dump="HASTE_SERVER=https://dump.aizenberg.co.uk haste" @@ -57,6 +58,8 @@ alias blame='git log --graph --pretty=oneline --abbrev-commit' alias du="ncdu -rr -x --exclude .git --exclude node_modules" +alias fixtouch="xinput map-to-output 9 eDP-1" + #Automatically do an ls after each cd cd() { if [ -n "$1" ]; then @@ -108,3 +111,5 @@ if [ -f $HOME/.bash_helpers ]; then fi alias screen_record='bash screen_record.sh' +export GOPATH=$HOME/go +PATH=$GOPATH/bin:$PATH diff --git a/i3status/config b/i3status/config index 9e8cf00..6666085 100644 --- a/i3status/config +++ b/i3status/config @@ -3,20 +3,20 @@ general { interval = 5 } -order += "wireless wlp3s0" -order += "ethernet enp0s25" +order += "wireless wlp58s0" +order += "ethernet enp0s31f6" order += "path_exists VPN" order += "load" order += "tztime local" order += "tztime berlin" order += "battery all" -wireless wlp3s0 { +wireless wlp58s0 { format_up = "%essid" format_down = "wlan" } -ethernet enp0s25 { +ethernet enp0s31f6 { # if you use %speed, i3status requires the cap_net_admin capability format_up = "eth: %ip (%speed)" format_down = "eth"