Use xfsettingsd
This commit is contained in:
parent
924ec15b2a
commit
7a8b2450a6
5 changed files with 10 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
8
.xinitrc
8
.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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue