Merge branch 'master' of gitlab.com:marty-oehme/dotfiles
This commit is contained in:
commit
ffee75f514
5 changed files with 50 additions and 5 deletions
3
.config/shell/rc.d/autostartx.sh
Normal file
3
.config/shell/rc.d/autostartx.sh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
|
||||
# exec startx ~/.xinitrc
|
||||
# fi
|
||||
3
.config/shell/rc.d/enable-fasd-hook.sh
Normal file
3
.config/shell/rc.d/enable-fasd-hook.sh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
# more usage instructions at https://github.com/clvv/fasd
|
||||
eval "$(fasd --init auto)"
|
||||
Loading…
Add table
Add a link
Reference in a new issue