djcev.com

//

Git Repos / dotfiles / xsession

Last update to this file was on 2023-04-15 at 11:53.

Show xsession

#!/bin/sh

GTK2_RC_FILES="$HOME/.config/gtkrc-2.0"; export GTK2_RC_FILES
PATH="$HOME/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"; export PATH
QT_QPA_PLATFORMTHEME='qt5ct'; export QT_QPA_PLATFORMTHEME

xrandr --output DVI-D-0 --right-of VGA-0 # try to position monitors
nvidia-settings --load-config-only & # mostly for color profile
eval "$(/usr/local/bin/gpg-agent --enable-ssh-support --daemon)"
xmodmap $HOME/.config/Xmodmap 2>/dev/null # disable capslock, capslock > super
xrdb $HOME/.config/Xdefaults # set X resources
xset m 0 0 # disable mouse accel
xset r rate 300 35 # set keyboard repeat rate
xsetroot -cursor_name left_ptr # nicer cursor
xscreensaver -no-splash & # I like xscreensaver
dunst & # notifications
redshift & # automated screen color temperature
~/.local/bin/conky & # system stats monitor
qlipper & # clipboard manager
tint2 -c ~/.config/tint2/tint2systray.rc 1>/dev/null 2>&1 & # systray
exec /usr/local/bin/herbstluftwm

Return to the top of this page or return to the overview of this repo.

Log xsession

Date Commit Message Author + -
2023-04-15 jgmenu.csv, misc. small changes cev +2 -2
2022-09-10 New (prelim) Q1 config + a number of minor changes cev +2 -1
2022-01-29 Upgraded software & that required updating configs cev +2 -2
2021-12-08 Initial commit. Dotfiles, scripts, basic Makefile. cev +21  

Return to the top of this page or return to the overview of this repo.