no more bar or background image

I'll just push this with debug stuff because it's been around way too long
This commit is contained in:
Felix Van der Jeugt 2018-04-09 18:05:57 +02:00
parent bcbc5556aa
commit 8a4f99be1e
No known key found for this signature in database
GPG key ID: 58B209295023754D
3 changed files with 5 additions and 17 deletions

View file

@ -15,7 +15,7 @@ export RBENV_HOME="$HOME/.rbenv"
export PATH="$HOME/.local/bin:$CABAL_HOME/bin:$RBENV_HOME/shims:$CARGO_HOME/bin:$JAVA_HOME/bin:$PATH"
# For vim
export EDITOR="nvim"
export EDITOR="vis"
#stty -ixon # turn of <C-s> for vimshell
# Searching
@ -24,7 +24,7 @@ export FZF_DEFAULT_COMMAND='(git ls-files -co --exclude-standard || rg --files)
# Start X if we're in tty1
xsession() {
startx 2>&1 || vlock
sudo poweroff
sleep infinity
#sudo poweroff
#sleep infinity
}
if tty | grep -q '/dev/tty1'; then xsession; fi