.xinitrc
This commit is contained in:
parent
0b775a872e
commit
853f43c483
1 changed files with 10 additions and 15 deletions
25
.xinitrc
25
.xinitrc
|
@ -1,23 +1,18 @@
|
||||||
#_ Modify keys
|
#_ Modify keys
|
||||||
xmodmap ~/.Xmodmap
|
#xmodmap ~/.Xmodmap
|
||||||
xrandr --output VGA1 --mode 1920x1080
|
#xrandr --output VGA1 --mode 1920x1080
|
||||||
#_ Start some programs
|
#_ Start some programs
|
||||||
xsetroot -solid "#002b36"
|
#xsetroot -solid "#002b36"
|
||||||
numlockx &
|
#numlockx &
|
||||||
emacs --daemon &
|
#emacs --daemon &
|
||||||
xbindkeys &
|
#xbindkeys &
|
||||||
#_ Start notifier
|
#_ Start notifier
|
||||||
x=0
|
#/usr/bin/dunst \
|
||||||
width=1920
|
# -fn "-misc-tamsyn-medium-r-normal-*-14-*-*-*-*-*-iso8859-*" \
|
||||||
height=12
|
# -nb "#000000" -nf "#15abc3" &
|
||||||
y=0
|
|
||||||
/usr/bin/dunst \
|
|
||||||
-fn "-misc-tamsyn-medium-r-normal-*-14-*-*-*-*-*-iso8859-*" \
|
|
||||||
-nb "#002b36" -nf "#657b83" -to 5
|
|
||||||
-geometry "${width}x${height}+${x}+${y}" &
|
|
||||||
#_ Start session
|
#_ Start session
|
||||||
exec ck-launch-session /usr/bin/herbstluftwm 2>&1 >> ~/.xsession_errors
|
exec ck-launch-session /usr/bin/herbstluftwm 2>&1 >> ~/.xsession_errors
|
||||||
exec ck-launch-session /usr/local/bin/dwm 2>&1 >> ~/.xsession_errors
|
#exec ck-launch-session /usr/local/bin/dwm 2>&1 >> ~/.xsession_errors
|
||||||
#_ Local Variables
|
#_ Local Variables
|
||||||
# Local Variables:
|
# Local Variables:
|
||||||
# mode: shell-script
|
# mode: shell-script
|
||||||
|
|
Loading…
Reference in a new issue