Update x11 config
This commit is contained in:
parent
f4574d968b
commit
40e4a1706c
2 changed files with 18 additions and 17 deletions
|
@ -10,19 +10,22 @@ urxvt.urgentOnBell: true
|
||||||
urxvt.termName: rxvt-256color
|
urxvt.termName: rxvt-256color
|
||||||
urxvt.visualBell: false
|
urxvt.visualBell: false
|
||||||
|
|
||||||
urxvt.perl-lib: /usr/lib/urxvt/perl/
|
urxvt.perl-lib: /home/slash/projects/urxvt-modeline/:/usr/lib/urxvt/perl/
|
||||||
urxvt.perl-ext-common: default,url-select,keyboard-select
|
urxvt.perl-ext-common: default,matcher,modeline
|
||||||
urxvt.urlLauncher: conkeror
|
urxvt.urlLauncher: conkeror
|
||||||
urxvt.url-select.launcher: conkeror
|
|
||||||
urxvt.matcher.button: 1
|
urxvt.matcher.button: 1
|
||||||
urxvt.keysym.M-Escape: perl:keyboard-select:activate
|
|
||||||
urxvt.keysym.M-s: perl:keyboard-select:search
|
|
||||||
|
|
||||||
urxvt.keysym.M-u: perl:url-select:select_next
|
urxvt.keysym.C-Delete: perl:matcher:last
|
||||||
|
urxvt.keysym.M-Delete: perl:matcher:list
|
||||||
|
URxvt.matcher.pattern.1: File\\ "(.*)",\\ line\\ (\\d+)
|
||||||
|
urxvt.matcher.launcher.1: emacsclient -a emacs +$2 $1
|
||||||
|
|
||||||
urxvt.font: xft:Envy Code R:weight=medium:pixelsize=16
|
urxvt.font: xft:PT Mono:weight=medium:pixelsize=15
|
||||||
urxvt.boldFont: xft:Envy Code R:weight=bold:pixelsize=16
|
urxvt.boldFont: xft:PT Mono:weight=bold:pixelsize=15
|
||||||
urxvt.italicFont: xft:Envy Code R:slant=italic:pixelsize=16
|
|
||||||
|
URxvt.modeline.fg: 15
|
||||||
|
URxvt.modeline.bg: 12
|
||||||
|
URxvt.modeline.command: urxvt-modeline
|
||||||
|
|
||||||
urxvt.depth: 32
|
urxvt.depth: 32
|
||||||
urxvt.background: #111111
|
urxvt.background: #111111
|
||||||
|
@ -63,12 +66,12 @@ Emacs.toolbar: off
|
||||||
Emacs.useXIM: off
|
Emacs.useXIM: off
|
||||||
Emacs.background: #111113
|
Emacs.background: #111113
|
||||||
Emacs.borderWidth: 0
|
Emacs.borderWidth: 0
|
||||||
Emacs.font: Envy Code R-13
|
Emacs.font: Liberation Mono-13
|
||||||
Emacs.foreground: #eeeeec
|
Emacs.foreground: #eeeeec
|
||||||
Emacs.internalBorder: 0
|
Emacs.internalBorder: 0
|
||||||
Emacs.paneFont: Envy Code R-13
|
Emacs.paneFont: Liberation Mono-13
|
||||||
Emacs.pointerColor: #eeeeec
|
Emacs.pointerColor: #eeeeec
|
||||||
Emacs*menu*font: Envy Code R-13
|
Emacs*menu*font: Liberation Mono-13
|
||||||
Emacs*menu*foreground: #eeeeec
|
Emacs*menu*foreground: #eeeeec
|
||||||
Emacs*menu*background: #222224
|
Emacs*menu*background: #222224
|
||||||
Emacs*menu*buttonForeground: #a5a5a4
|
Emacs*menu*buttonForeground: #a5a5a4
|
||||||
|
|
|
@ -10,11 +10,9 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then
|
||||||
unset f
|
unset f
|
||||||
fi
|
fi
|
||||||
|
|
||||||
emacs --daemon &
|
|
||||||
redshift -l 51.1180:4.0012 &
|
redshift -l 51.1180:4.0012 &
|
||||||
unclutter &
|
unclutter &
|
||||||
feh --bg-tile ~/pictures/wallpapers/wallpaper-864137.jpg
|
feh --bg-tile ~/pictures/wallpaper-424947.jpg
|
||||||
$HOME/dzen.sh &
|
|
||||||
|
|
||||||
test -n "$1" && wm=$1 || wm="notion"
|
# test -n "$1" && wm=$1 || wm="/usr/local/bin/stumpwm"
|
||||||
exec $wm
|
exec sbcl --eval "(ql:quickload \"stumpwm\")" --eval "(stumpwm:stumpwm)"
|
||||||
|
|
Loading…
Reference in a new issue