From 51810b5c07e20982ebdf66f0bfb384c4bf55ad7d Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 22 Jul 2020 08:04:08 +0530 Subject: squash again --- X/.xinitrc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 X/.xinitrc (limited to 'X/.xinitrc') diff --git a/X/.xinitrc b/X/.xinitrc new file mode 100755 index 0000000..c811f12 --- /dev/null +++ b/X/.xinitrc @@ -0,0 +1,14 @@ +#!/bin/sh + +xsetroot -cursor_name left_ptr & +xrdb -load ~/.Xresources +setxkbmap -option caps:escape +setxkbmap -option compose:rctrl + +compton & +dunst -config "$HOME"/.config/dunst/dunstrc & +sxhkd -c "$HOME"/.config/sxhkd/sxhkdrc & + +/home/np/.fehbg + +exec 2bwm -- cgit v1.2.3