minor updates
This commit is contained in:
parent
e3790a4f3f
commit
628baf3eea
32 changed files with 655 additions and 123 deletions
5
.xinitrc
5
.xinitrc
|
@ -10,7 +10,8 @@ export XDG_CURRENT_DESKTOP="gtk"
|
|||
export XDG_SESSION_DESKTOP="$XDG_CURRENT_DESKTOP"
|
||||
export WINDOW_MANAGER="dwm"
|
||||
|
||||
exec ssh-agent "${HOME}"/.local/src/dwm/dwm
|
||||
# exec ssh-agent /usr/bin/dwm
|
||||
eval "$(ssh-agent)"
|
||||
|
||||
exec "${HOME}"/.local/src/dwm/dwm
|
||||
|
||||
# vim: ft=sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue