From 7a8b2450a618a60f9b3958ffaf691464a529a405 Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Mon, 30 May 2016 14:48:08 -0700 Subject: [PATCH] Use xfsettingsd --- .bash_aliases | 2 ++ .config/terminator/config | 2 +- .spacemacs | 3 ++- .tmux.conf | 1 - .xinitrc | 8 +++++--- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.bash_aliases b/.bash_aliases index 42044b7..bef2ba5 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -80,6 +80,8 @@ alias psx="ps auxwww | grep $1" alias totemp="cd `pwd | sed 's/controllers/templates/'`" alias tocont="cd `pwd | sed 's/templates/controllers/'`" +alias kubecat="awk 'FNR==1 && NR!=1 {print \"---\"}{print}'" + #Some orly aliases alias yarly="orly -y" alias nowai="orly -n" diff --git a/.config/terminator/config b/.config/terminator/config index 89a0f39..0c7d1e1 100644 --- a/.config/terminator/config +++ b/.config/terminator/config @@ -26,7 +26,7 @@ background_darkness = 0.8 background_image = None background_type = transparent - font = Droid Sans Mono Dotted 15 + font = Droid Sans Mono Dotted 16 foreground_color = "#ffffff" scroll_on_output = False scrollback_infinite = True diff --git a/.spacemacs b/.spacemacs index 32f25b5..5c0a27c 100644 --- a/.spacemacs +++ b/.spacemacs @@ -366,7 +366,8 @@ BUFFER may be either a buffer or its name (a string)." '(org-support-shift-select (quote always)) '(safe-local-variable-values (quote - ((eval setenv "GOPATH" "/home/barak/src/cayley") + ((eval setenv "GOPATH" "/home/barak/src/torus") + (eval setenv "GOPATH" "/home/barak/src/cayley") (eval setenv "GOPATH" "/home/barak/src/livemd") (eval setenv "GOPATH" "/home/barak/src/agro"))))) (custom-set-faces diff --git a/.tmux.conf b/.tmux.conf index f51a60a..28d15df 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -12,7 +12,6 @@ bind-key C-p previous-window set -g set-titles off set -g default-terminal xterm-256color setw -g mode-keys vi -setw -g utf8 on new -d diff --git a/.xinitrc b/.xinitrc index 798f879..1cd3ccf 100644 --- a/.xinitrc +++ b/.xinitrc @@ -16,13 +16,14 @@ synclient PalmDetect=1 # Running a really minimal arch system? This helps: /usr/lib/xfce4/notifyd/xfce4-notifyd & +xfsettingsd & pulseaudio --start & blueman-applet & #wicd-gtk --tray & -if [ -f ~/.xrandrrc ]; then - ~/.xrandrrc -fi +#if [ -f ~/.xrandrrc ]; then + #~/.xrandrrc +#fi ~/.fehbg & if command -v compton &>/dev/null; then @@ -30,4 +31,5 @@ if command -v compton &>/dev/null; then fi #exec awesome exec i3 +#exec startxfce4 #exec dbus-launch --sh-syntax --exit-with-session i3