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 totemp="cd `pwd | sed 's/controllers/templates/'`"
|
||||||
alias tocont="cd `pwd | sed 's/templates/controllers/'`"
|
alias tocont="cd `pwd | sed 's/templates/controllers/'`"
|
||||||
|
|
||||||
|
alias kubecat="awk 'FNR==1 && NR!=1 {print \"---\"}{print}'"
|
||||||
|
|
||||||
#Some orly aliases
|
#Some orly aliases
|
||||||
alias yarly="orly -y"
|
alias yarly="orly -y"
|
||||||
alias nowai="orly -n"
|
alias nowai="orly -n"
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
background_darkness = 0.8
|
background_darkness = 0.8
|
||||||
background_image = None
|
background_image = None
|
||||||
background_type = transparent
|
background_type = transparent
|
||||||
font = Droid Sans Mono Dotted 15
|
font = Droid Sans Mono Dotted 16
|
||||||
foreground_color = "#ffffff"
|
foreground_color = "#ffffff"
|
||||||
scroll_on_output = False
|
scroll_on_output = False
|
||||||
scrollback_infinite = True
|
scrollback_infinite = True
|
||||||
|
|
|
||||||
|
|
@ -366,7 +366,8 @@ BUFFER may be either a buffer or its name (a string)."
|
||||||
'(org-support-shift-select (quote always))
|
'(org-support-shift-select (quote always))
|
||||||
'(safe-local-variable-values
|
'(safe-local-variable-values
|
||||||
(quote
|
(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/livemd")
|
||||||
(eval setenv "GOPATH" "/home/barak/src/agro")))))
|
(eval setenv "GOPATH" "/home/barak/src/agro")))))
|
||||||
(custom-set-faces
|
(custom-set-faces
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,6 @@ bind-key C-p previous-window
|
||||||
set -g set-titles off
|
set -g set-titles off
|
||||||
set -g default-terminal xterm-256color
|
set -g default-terminal xterm-256color
|
||||||
setw -g mode-keys vi
|
setw -g mode-keys vi
|
||||||
setw -g utf8 on
|
|
||||||
new -d
|
new -d
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
8
.xinitrc
8
.xinitrc
|
|
@ -16,13 +16,14 @@ synclient PalmDetect=1
|
||||||
# Running a really minimal arch system? This helps:
|
# Running a really minimal arch system? This helps:
|
||||||
|
|
||||||
/usr/lib/xfce4/notifyd/xfce4-notifyd &
|
/usr/lib/xfce4/notifyd/xfce4-notifyd &
|
||||||
|
xfsettingsd &
|
||||||
pulseaudio --start &
|
pulseaudio --start &
|
||||||
blueman-applet &
|
blueman-applet &
|
||||||
#wicd-gtk --tray &
|
#wicd-gtk --tray &
|
||||||
|
|
||||||
if [ -f ~/.xrandrrc ]; then
|
#if [ -f ~/.xrandrrc ]; then
|
||||||
~/.xrandrrc
|
#~/.xrandrrc
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
~/.fehbg &
|
~/.fehbg &
|
||||||
if command -v compton &>/dev/null; then
|
if command -v compton &>/dev/null; then
|
||||||
|
|
@ -30,4 +31,5 @@ if command -v compton &>/dev/null; then
|
||||||
fi
|
fi
|
||||||
#exec awesome
|
#exec awesome
|
||||||
exec i3
|
exec i3
|
||||||
|
#exec startxfce4
|
||||||
#exec dbus-launch --sh-syntax --exit-with-session i3
|
#exec dbus-launch --sh-syntax --exit-with-session i3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue