aboutsummaryrefslogtreecommitdiff
path: root/xorg
diff options
context:
space:
mode:
authordavidpkj <davidpenkow1@gmail.com>2023-09-10 11:57:43 +0200
committerdavidpkj <davidpenkow1@gmail.com>2023-09-10 11:57:43 +0200
commit4e5da90b916445aed43784978a8f751abab3bc06 (patch)
tree2d08b2cf8adc335c4b753ead7b24b4e35b566ece /xorg
parent22af507d1c08115cf20e5fcfe170ef2c702d02d2 (diff)
Update xorg
Diffstat (limited to 'xorg')
-rw-r--r--xorg/.config/env2
-rwxr-xr-xxorg/.xinitrc4
2 files changed, 5 insertions, 1 deletions
diff --git a/xorg/.config/env b/xorg/.config/env
index bff8a3a..9521ca2 100644
--- a/xorg/.config/env
+++ b/xorg/.config/env
@@ -1,6 +1,8 @@
#!/bin/bash
export XDG_CONFIG_HOME="$HOME/.config/"
+export XDG_CACHE_HOME="$HOME/.cache/"
+export XDG_SESSION_TYPE="x11"
### SCRIPTS
export PATH="$(find -L "$HOME/.local/bin/" -name '.*' -prune -o -type d -printf ':%p'):/opt/:$PATH"
diff --git a/xorg/.xinitrc b/xorg/.xinitrc
index 8bbd85b..09ca67a 100755
--- a/xorg/.xinitrc
+++ b/xorg/.xinitrc
@@ -1,6 +1,6 @@
#!/bin/bash
-setxkbmap de
+setxkbmap us
. "$HOME/.screenlayout/home.sh"
feh --bg-fill "$HOME/.config/wallpaper"
@@ -29,6 +29,7 @@ brightness load &
clipmenud &
fcitx5 -d &
slstatus &
+# plank &
dunst &
picom &
@@ -37,6 +38,7 @@ picom &
exec dwm # 2> "$HOME/dwm.log"
# exec leftwm
# exec awesome
+# exec openbox
wal -R