dotfiles

<-- duh.
Log | Files | Refs | LICENSE

commit 3480b55859971ecc124d3271de3d318c05c61527
parent 3c6c4cdd844edb5a688716a3ad452cd71298f79a
Author: hhvn <dev@hhvn.uk>
Date:   Fri,  7 Jan 2022 18:27:36 +0000

.xinitrc: rc xinit

Diffstat:
M.xinitrc | 31++++++++++++++-----------------
1 file changed, 14 insertions(+), 17 deletions(-)

diff --git a/.xinitrc b/.xinitrc @@ -1,24 +1,21 @@ -#!/bin/sh +#!/bin/rc -xrdb ~/.local/xres & +xrdb $home/.local/xres & setxkbmap haydenh & -./.scripts/keyboard -( - ./.scripts/dwmbar/dwmbar -) & -SHELL=/bin/sh sxhkd & +dwmbar/dwmbar & +port.hhvn.uk/keyboard & port.hhvn.uk/dock & port.hhvn.uk/mount & -st & +xset r rate 200 40 & +xmodmap -e 'keysym Control_R = Multi_key' & +wallp images/wallpapers & -#/usr/libexec/xscreensaver/galaxy -root -count 5 -#/usr/libexec/xscreensaver/cubicgrid -root -zoom 100 -speed 0.2 & +SHELL = /bin/sh +sxhkd & +st & -xset r rate 200 40 & -xmodmap -e "keysym Control_R = Multi_key" & +while (dwm) { + true +} -wallp images/ & -while dwm 2>$HOME/.local/dwmlog -do - : -done +pkill dwmbar