added compositor to enable transparency.
This commit is contained in:
parent
faae2bb604
commit
96d0c67570
8 changed files with 73 additions and 8 deletions
|
@ -39,10 +39,6 @@ alias doc2pdf = loffice --convert-to pdf --headless *.docx
|
|||
#common options for sshfs
|
||||
alias sshmnt = sshfs -o idmap=user,compression=no,reconnect,follow_symlinks,dir_cache=yes,ServerAliveInterval=15
|
||||
|
||||
# display a slideshow of all pics in a directory, recursively
|
||||
def slideshow [delay: int = 10] {
|
||||
feh --full-screen --randomize --auto-zoom --recursive --slideshow-delay $delay
|
||||
}
|
||||
|
||||
#look up something on cheat.sh
|
||||
def cheat [query: string] {
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
ll = "ls -lh";
|
||||
la = "-lha";
|
||||
please = "sudo $(fc -ln -1)";
|
||||
slideshow = "feh --full-screen --randomize --auto-zoom --recursive --slideshow-delay";
|
||||
pyactivate = "source ./.venv/bin/activate";
|
||||
};
|
||||
syntaxHighlighting = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue