summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitconfig2
-rw-r--r--.screenrc-22
-rw-r--r--.xinitrc6
3 files changed, 7 insertions, 3 deletions
diff --git a/.gitconfig b/.gitconfig
index 5efdc97..0006b57 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -5,7 +5,7 @@
[alias]
co = checkout
s = status
- l = !"PAGER=less git log --graph --pretty=format:'%C(yellow)%h %Cred%ad %Cblue%an%Cgreen%d %Creset%s' --date=short"
+ l = !"PAGER=less git log --graph --pretty=format:'%C(yellow)%h %Cred%ad %Cblue%an%Cgreen%d %Creset%s' --date=short --decorate=short"
m = commit -vs
ap = add -pi
cp = cherry-pick
diff --git a/.screenrc-2 b/.screenrc-2
index 77df7c2..09df464 100644
--- a/.screenrc-2
+++ b/.screenrc-2
@@ -1,2 +1,2 @@
-source /home/flo/.screenrc
+source .screenrc
screen zsh
diff --git a/.xinitrc b/.xinitrc
index 3285521..5bd6655 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -1,6 +1,10 @@
-#!/bin/sh
+#!/bin/bash
cd $HOME
+export VDPAU_NVIDIA_NO_OVERLAY=1
+
+xrandr --output DVI-I-2 --left-of DVI-I-3
+
# I don't like no background ;)
dash $HOME/.fehbg &