summaryrefslogtreecommitdiff
path: root/.config/x11
diff options
context:
space:
mode:
Diffstat (limited to '.config/x11')
-rw-r--r--.config/x11/xinitrc7
-rw-r--r--.config/x11/xprofile14
-rw-r--r--.config/x11/xresources21
3 files changed, 42 insertions, 0 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc
new file mode 100644
index 0000000..0c6736f
--- /dev/null
+++ b/.config/x11/xinitrc
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+# This is run when 'startx' or 'xinit' is executed,
+# but since display managers use ~/.xprofile instead,
+# .xprofile is sourced to be compatible with both.
+
+[ -f $HOME/.xprofile ] && . $HOME/.xprofile
diff --git a/.config/x11/xprofile b/.config/x11/xprofile
new file mode 100644
index 0000000..728e4cc
--- /dev/null
+++ b/.config/x11/xprofile
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+# This is run when a display manager logs in.
+# Used as source for ~/.xinitrc.
+
+nm-applet & # Network Manager.
+picom & # Transparency and stuff.
+dunst & # Notifications.
+udiskie & # Drive mounting.
+flameshot & # Screenshots.
+pasystray & # Pulse Audio tray icon.
+
+# At the end, start the WM.
+# exec i3
diff --git a/.config/x11/xresources b/.config/x11/xresources
new file mode 100644
index 0000000..38bef75
--- /dev/null
+++ b/.config/x11/xresources
@@ -0,0 +1,21 @@
+!! Dracula Xresources palette
+*.foreground: #F8F8F2
+*.background: #282A36
+*.selforeground: #000000
+*.selbackground: #F1FA8C
+*.color0: #000000
+*.color8: #4D4D4D
+*.color1: #FF5555
+*.color9: #FF6E67
+*.color2: #50FA7B
+*.color10: #5AF78E
+*.color3: #F1FA8C
+*.color11: #F4F99D
+*.color4: #BD93F9
+*.color12: #CAA9FA
+*.color5: #FF79C6
+*.color13: #FF92D0
+*.color6: #8BE9FD
+*.color14: #9AEDFE
+*.color7: #BFBFBF
+*.color15: #E6E6E6