new era new problems
This commit is contained in:
parent
163cb4789f
commit
695ae90a70
2 changed files with 5 additions and 10 deletions
|
@ -33,26 +33,18 @@ fi
|
|||
|
||||
[ -f ~/.xprofile ] && . ~/.xprofile
|
||||
|
||||
eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
|
||||
export SSH_AUTH_SOCK
|
||||
# eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
|
||||
# export SSH_AUTH_SOCK
|
||||
|
||||
# $1 is xterm
|
||||
# $2 is the wm arg passed to startx
|
||||
# i.e. startx qtile
|
||||
|
||||
case $2 in
|
||||
leftwm)
|
||||
export DESKTOP_SESSION=leftwm
|
||||
exec leftwm
|
||||
;;
|
||||
plasma)
|
||||
export DESKTOP_SESSION=plasma
|
||||
exec startplasma-x11
|
||||
;;
|
||||
xmonad)
|
||||
export DESKTOP_SESSION=xmonad
|
||||
xmonad
|
||||
;;
|
||||
qtile)
|
||||
export DESKTOP_SESSION=qtile
|
||||
exec qtile start
|
||||
|
|
|
@ -32,6 +32,9 @@ path=(
|
|||
/opt/local/{,s}bin(N)
|
||||
/usr/{,local/}{,s}bin(N)
|
||||
|
||||
# prefer NixOs paths to qtile path corruption
|
||||
/run/{wrappers,current-system/sw}/bin(N)
|
||||
|
||||
$path
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue