From 71f95a5d254b544d688b6e0ef11f01550dde97b4 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Sun, 3 Nov 2019 01:13:12 -0400 Subject: [PATCH] X11: update config for dwm+startx based workflow These days, I start out in the virtual console and use "startx" to start the X server / client. With this workflow, I don't end up using either the Xkbmap or xprofile files (both of which were used by the lightdm Display Manager), and these settings have been merged into one "xinitrc" file. --- X11/Xkbmap | 1 - X11/xinitrc | 10 ++++++++++ X11/xprofile | 6 ------ 3 files changed, 10 insertions(+), 7 deletions(-) delete mode 100644 X11/Xkbmap create mode 100644 X11/xinitrc delete mode 100644 X11/xprofile diff --git a/X11/Xkbmap b/X11/Xkbmap deleted file mode 100644 index 85e4907..0000000 --- a/X11/Xkbmap +++ /dev/null @@ -1 +0,0 @@ --option caps:ctrl_modifier diff --git a/X11/xinitrc b/X11/xinitrc new file mode 100644 index 0000000..18a5bec --- /dev/null +++ b/X11/xinitrc @@ -0,0 +1,10 @@ +# This is the config I use for dwm + startx +# (which is in the xorg-xinit package I believe) +setxkbmap -option caps:ctrl_modifier +slstatus & + +if [ -e ~/Pictures/BondCliffJennex.jpg ]; then + feh --bg-fill ~/Pictures/BondCliffJennex.jpg +fi + +exec dwm diff --git a/X11/xprofile b/X11/xprofile deleted file mode 100644 index 48ee9e3..0000000 --- a/X11/xprofile +++ /dev/null @@ -1,6 +0,0 @@ -xrandr --dpi 192 - -# run slstatus in background -slstatus & - -feh --bg-center ~/Pictures/BondCliffJennex.png -- libgit2 0.28.4