From a33954c59fe9d8fe889fab077b6612cc029ac3fc Mon Sep 17 00:00:00 2001 From: davidpkj Date: Wed, 24 Jul 2024 16:37:37 +0200 Subject: 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) --- xorg/.xinitrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'xorg/.xinitrc') 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 & -- cgit v1.2.3