From 4ea527e581dfc6b7a21037b111cdf213f3767e8d Mon Sep 17 00:00:00 2001 From: ackman678 Date: Mon, 11 Feb 2019 15:17:07 -0800 Subject: [PATCH] bashrc.local * Make a '.bashrc.local' file in your home directory with user specific aliases or shell variables --- .bashrc | 8 ++++++-- .config/i3/config | 5 +++-- .config/i3status/config | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.bashrc b/.bashrc index 9d0511d..0ba81ed 100644 --- a/.bashrc +++ b/.bashrc @@ -50,7 +50,11 @@ if [ -d "$HOME/bin/Fiji.app" ]; then fi #source custom user aliases -if [[ -e $HOME/.myconfig ]]; then - source $HOME/.myconfig +if [[ -e $HOME/.bashrc.local ]]; then + source $HOME/.bashrc.local fi +# if [[ -z "$TMUX" ]] && [ "$SSH_CONNECTION" != "" ]; then + # tmux attach-session -t ssh_tmux || tmux new-session -s ssh_tmux +# fi + diff --git a/.config/i3/config b/.config/i3/config index 0cb9217..eb8f48c 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -12,8 +12,9 @@ set $mod Mod4 #jba -#bindsym --release $mod+z exec scrot -s -bindsym --release $mod+z exec scrot -u '%Y-%m-%d_$wx$h.png' -e '~/bin/mv2figs.sh $f' +#full screenshot is scrot with no flag by default. Add -s for selection cursor or -u for focus window +bindsym --release $mod+z exec scrot '%Y-%m-%d_$wx$h.png' -e '~/bin/mv2figs.sh $f' +#bindsym --release $mod+z exec scrot -u '%Y-%m-%d_$wx$h.png' -e '~/bin/mv2figs.sh $f' bindsym $mod+Shift+z exec "date --iso-8601='seconds' | tr -d '\n' | xclip -selection clipboard" #audio output kbd control- pulse audio diff --git a/.config/i3status/config b/.config/i3status/config index 6af7363..61b8eae 100644 --- a/.config/i3status/config +++ b/.config/i3status/config @@ -35,7 +35,7 @@ order += "load" order += "tztime local" wireless _first_ { - format_up = "W: (%quality at %essid) %ip" + format_up = "W: (%quality at %essid, %frequency) %ip" format_down = "W: down" }