nit
This commit is contained in:
parent
b27f1cc7fe
commit
e9a0254dd3
|
|
@ -16,7 +16,7 @@ if _exists lsd; then
|
||||||
else
|
else
|
||||||
alias ls='lsd'
|
alias ls='lsd'
|
||||||
fi
|
fi
|
||||||
alias tree='ll --tree'
|
alias tree='ll --tree -I .git'
|
||||||
fi
|
fi
|
||||||
alias ll='ls -la'
|
alias ll='ls -la'
|
||||||
alias la='ls -la'
|
alias la='ls -la'
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,6 @@ export XMODIFIERS=@im=fcitx
|
||||||
fcitx5 &
|
fcitx5 &
|
||||||
|
|
||||||
# file manager daemon
|
# file manager daemon
|
||||||
#thunar --daemon &
|
|
||||||
dolphin --daemon &
|
dolphin --daemon &
|
||||||
|
|
||||||
# qt setting
|
# qt setting
|
||||||
|
|
@ -41,10 +40,6 @@ export WINIT_X11_SCALE_FACTOR=1
|
||||||
|
|
||||||
safeeyes &
|
safeeyes &
|
||||||
|
|
||||||
mpd &
|
|
||||||
|
|
||||||
anki &
|
|
||||||
|
|
||||||
copyq &
|
copyq &
|
||||||
|
|
||||||
exec "${1:-awesome}"
|
exec "${1:-awesome}"
|
||||||
|
|
|
||||||
0
user/share/bell.wav
Executable file → Normal file
0
user/share/bell.wav
Executable file → Normal file
Loading…
Reference in a new issue