aboutsummaryrefslogtreecommitdiff
path: root/xorg/.xinitrc
diff options
context:
space:
mode:
authordavidpkj <davidpenkow1@gmail.com>2024-07-24 16:37:37 +0200
committerdavidpkj <davidpenkow1@gmail.com>2024-07-24 16:37:37 +0200
commita33954c59fe9d8fe889fab077b6612cc029ac3fc (patch)
treea3035512625aefe79b0973f91bdc7c7ebe302cea /xorg/.xinitrc
parentcbfd64346441200e3df8df6ad54fc76c99d25f1c (diff)
Mega Update: FW16 Space Rice
- Add symlinks to dotfiles in config dir (links to links) - Switch from neofetch to fastfetch - Add htop - Add dynamic colors (polybar, xmonad, qutebrowser) - Update color management (pywal & friends, alacritty, xorg) - Minor updates to other files (quality of life)
Diffstat (limited to 'xorg/.xinitrc')
-rwxr-xr-xxorg/.xinitrc7
1 files changed, 6 insertions, 1 deletions
diff --git a/xorg/.xinitrc b/xorg/.xinitrc
index 50dd818..558ebb4 100755
--- a/xorg/.xinitrc
+++ b/xorg/.xinitrc
@@ -10,6 +10,7 @@ env_file="$HOME/.config/env"
modmap_file="$HOME/.Xmodmap"
resources_file="$HOME/.Xresources"
+# Should this maybe be in .profile / .bash_profile ?
[[ -f "$env_file" ]] && . "$env_file"
[[ -f "$modmap_file" ]] && xmodmap "$modmap_file"
[[ -f "$resources_file" ]] && xrdb -merge -I"$HOME" "$resources_file"
@@ -32,8 +33,12 @@ eval $(/usr/bin/gnome-keyring-daemon --start) && export SSH_AUTH_SOCK
echo "passed updates" >> "$HOME/session.log"
-unclutter -idle 1 &
+# move this to .local/bin/autostart or .xsession ?
+
# brightness load &
+# otd-daemon & # i use systemd instead...
+
+unclutter -idle 1 &
clipmenud &
dunst &
picom &