commit 62d1fe09d6b380ac08318fb7919331ffd7d26f54
parent 30eee343eb4175f40760d897e9b9896501c463ee
Author: NicholasFarrow <nicholas.w.farrow@gmail.com>
Date: Wed, 5 Jun 2019 17:10:07 +1000
update
Diffstat:
3 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/.bash_profile b/.bash_profile
@@ -2,6 +2,14 @@
CFGLOC=$HOME/.config
+# start X if on TTY 1
+if [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]]
+ then
+ exec startx
+fi
+
+
+
#for DOTFILE in `find $HOME/plugfiles`
#do
# [ -f “$DOTFILE” ] && source “$DOTFILE”
diff --git a/.config/.aliasrc b/.config/.aliasrc
@@ -3,6 +3,9 @@ alias grep="grep --color=auto"
alias prox='sudo openvpn --config client1.ovpn'
alias digo='ssh root@165.227.51.160'
+alias lgs='ligo-proxy-init nicholas.farrow'
+alias ligo='gsissh ldas-pcdev1.ligo.caltech.edu'
+
# DEL
alias uskeys='setxkbmap -layout us'
@@ -22,5 +25,6 @@ alias ra='ranger'
alias cb='feh --randomize --bg-fill ~/Pictures/Wallpapers/*'
alias STARWARS='telnet towel.blinkenlights.nl'
+alias ytdl="youtube-dl --write-thumbnail --add-metadata"
# test Alias
diff --git a/.config/i3/config b/.config/i3/config
@@ -61,6 +61,7 @@ bindsym $mod+F3 exec firefox
bindsym $mod+F4 exec google-chrome
bindsym $mod+F5 exec google-chrome
+bindsym Print exec flameshot gui
@@ -85,6 +86,7 @@ floating_modifier $mod
# start a terminal
bindsym $mod+Return exec i3-sensible-terminal
+bindsym $mod+\ exec xterm
# kill focused window
bindsym $mod+Shift+q kill
@@ -207,7 +209,7 @@ bindsym $mod+Shift+c reload
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
bindsym $mod+Shift+r restart
# exit i3 (logs you out of your X session)
-bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'"
+bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'Exit i3 session?' -B 'Yes, exit i3' 'i3-msg exit'"
# resize window (you can also use the mouse for that)
mode "resize" {