]> git.friedersdorff.com Git - max/dotfiles.git/commitdiff
Merge branch 'master' of git.friedersdorff.com:max/dotfiles
authorMaximilian Friedersdorff <max@friedersdorff.com>
Thu, 7 Dec 2017 13:59:05 +0000 (13:59 +0000)
committerMaximilian Friedersdorff <max@friedersdorff.com>
Thu, 7 Dec 2017 13:59:05 +0000 (13:59 +0000)
X/.xinitrc
ratpoison/.ratpoisonrc.base
ratpoison/.ratpoisonrc.beryllium [new file with mode: 0644]
ratpoison/.ratpoisonrc.iridium [new file with mode: 0644]
tmux/.tmux.conf

index d04b5df0186b17ef58b22fe2855109c5f9118f0e..86cfd39a5d3f3711885d7071fd5ad16fd6e06f23 100644 (file)
@@ -16,7 +16,7 @@ fi
 # Load .Xresources
 xrdb -merge ~/.Xresources &> /dev/null
 if [ -f ~/.Xresources.$HOSTNAME ]; then
-    xrdb -merge ~/.Xresources.$HOSTNAME &> /dev/null
+  xrdb -merge ~/.Xresources.$HOSTNAME &> /dev/null
 fi
 
 # Set keyboard layout
@@ -34,15 +34,16 @@ case $HOSTNAME in
        xmodmap -e "add Control = Control_L Control_R"
        ;;
     *)
+        ;;
 esac
 
 # Set screen layout
 case $HOSTNAME in
-    beryllium)
-       xrandr --output HDMI-1 --left-of DVI-I-1 
-       ;;
-    *)
-       ;;
+  beryllium)
+    xrandr --output HDMI-1 --left-of DVI-I-1 
+    ;;
+  *)
+    ;;
 esac
 
 # Set java font option
@@ -56,8 +57,8 @@ xset -b
 
 #if ! pgrep -x -u "${USER}" gpg-agent>/dev/null 2>&1; then
 #    eval $(gpg-agent --daemon \
-#                   --use-standard-socket \
-#                   --write-env-file "${HOME}/.gpg-agent-info")
+  #                 --use-standard-socket \
+  #                 --write-env-file "${HOME}/.gpg-agent-info")
 #fi
 #
 #gpg-connect-agent updatestartuptty /bye >/dev/null
@@ -71,6 +72,7 @@ case $HOSTNAME in
                ~/.local/bin/bat_mgt.sh&
                ;;
        *)
+                ;;
 esac
 
 cat ~/.ratpoisonrc.base ~/.ratpoisonrc.$HOSTNAME > ~/.ratpoisonrc
index 5e1404b84c4010614b89e8fa0dfa77474117dfea..e7495192784872fc83941e47703625a24c8c7460 100644 (file)
@@ -1,7 +1,6 @@
 # Set the colors for ratpoison text!
 set bgcolor red
 set fwcolor red
-set font "Liberation Mono:size=20"
 
 bind f exec firefox --remote "openurl(`$RATPOISON -c getsel`,new-tab)"
 
diff --git a/ratpoison/.ratpoisonrc.beryllium b/ratpoison/.ratpoisonrc.beryllium
new file mode 100644 (file)
index 0000000..63e807f
--- /dev/null
@@ -0,0 +1 @@
+set font "Liberation Mono:size=12"
diff --git a/ratpoison/.ratpoisonrc.iridium b/ratpoison/.ratpoisonrc.iridium
new file mode 100644 (file)
index 0000000..504f152
--- /dev/null
@@ -0,0 +1 @@
+set font "Liberation Mono:size=20"
index df38b8765928f7abfa2ffa6421eeb0e4f6c1f66c..fb8ba84551aebd3413f6ca53b935c0a47e3fb1ab 100644 (file)
@@ -9,4 +9,4 @@ bind C-a send-prefix
 
 set -g default-terminal "screen-256color"
 
-set -s escape-time 0
\ No newline at end of file
+set -s escape-time 0