From 4e5da90b916445aed43784978a8f751abab3bc06 Mon Sep 17 00:00:00 2001 From: davidpkj Date: Sun, 10 Sep 2023 11:57:43 +0200 Subject: Update xorg --- xorg/.config/env | 2 ++ xorg/.xinitrc | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3