dgy
/
hexagons
Archived
1
0
Fork 0
This repository has been archived on 2021-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
hexagons/.xinitrc

26 lines
573 B
Bash
Executable File

#!/bin/sh
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
[ -x "$f" ] && . "$f"
done
unset f
fi
[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
export PATH="${PATH}:/home/deadguy/bin"
xset s off &
xset s noblank &
xset s noexpose &
setxkbmap -option caps:escape
wmname LG3D &
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
xsetroot -cursor_name left_ptr &
hsetroot -fill /home/deadguy/Pictures/wallpaper/algorave-wp-1366-2.png &
unclutter &
sxhkd &
exec bspwm