aboutsummaryrefslogtreecommitdiff
path: root/xorg
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2021-04-06 01:10:56 +0200
committerbozo.kopic <bozo@kopic.xyz>2021-04-06 01:10:56 +0200
commitcb26321402fafa6063b5d95c4fae7665ce257b92 (patch)
treeb6ad5705fb9f2b03ec35c69125608818b8795cac /xorg
parenta31d5c1a242b2e88b01bb75706a79fdf6857eaa5 (diff)
.
Diffstat (limited to 'xorg')
-rwxr-xr-xxorg/.xinitrc13
-rwxr-xr-xxorg/.xsession9
2 files changed, 13 insertions, 9 deletions
diff --git a/xorg/.xinitrc b/xorg/.xinitrc
new file mode 100755
index 0000000..80140cd
--- /dev/null
+++ b/xorg/.xinitrc
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+xrandr
+xset -b
+autorandr --change
+loadxresources
+xsetroot -cursor_name left_ptr
+setwallpaper
+
+picom -I 1 -O 1 -D 0 -m 1 &
+dunst &
+/usr/lib/kactivitymanagerd &
+exec bspwm
diff --git a/xorg/.xsession b/xorg/.xsession
deleted file mode 100755
index 25396a0..0000000
--- a/xorg/.xsession
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-xrandr
-xset -b
-autorandr --change
-~/.dotfiles/xorg/loadxresources
-~/.dotfiles/xorg/setwallpaper
-
-picom -I 1 -O 1 -D 0 -m 1 &