mirror of
https://github.com/Phantop/dotfiles
synced 2025-01-26 14:36:42 +00:00
awall: don't use a profile anymore
This commit is contained in:
parent
cfb8e04619
commit
374820d3dd
|
@ -14,7 +14,7 @@ a acmus 'timeout (math 60 - (date +%M))m mpv --loop https://acmusicext.com/stati
|
|||
a aliases 'v (env which aliases); command aliases'
|
||||
a all2jxl 'fd -e{png,jpg,ppm} -x cjxl -e 8 -d 0 {} {.}.jxl \; -x rm'
|
||||
a ao3 'grep works/.\*/b $argv | cut -d/ -f3 | parallel curl -OJL ao3.org/downloads/{}/1.epub;:'
|
||||
a awall 'xwinwrap -ni -fdt -fs -- mpv -wid WID ~/Pictures/Awall/$argv* --profile=wallpaper'
|
||||
a awall 'xwinwrap -fdt -fs -- mpv -wid WID ~/Pictures/Wall/Anim/$argv* --loop --no-osc'
|
||||
a base64d 'echo (echo $argv | base64 -d 2>/dev/null) | tee /dev/stderr 2>| clip;:'
|
||||
a catbox 'curl https://catbox.moe/user/api.php -F reqtype=fileupload -F fileToUpload=@$argv;:'
|
||||
a clip 'xclip -sel clip'
|
||||
|
@ -79,7 +79,7 @@ for i in (cat ~/.config/qutebrowser/quickmarks | cut -d ' ' -f1)
|
|||
a $i "qutebrowser / \":open $i\""
|
||||
end
|
||||
|
||||
for i in deemix diffoscope encodec lightnovel-crawler mandown mathicsscript nsz portablemc ratarmount scdl soundscrape spleeter
|
||||
for i in deemix diffoscope encodec git-sim lightnovel-crawler mandown mathicsscript nsz portablemc ratarmount scdl soundscrape spleeter
|
||||
a $i "pipx run $i"
|
||||
end
|
||||
a mathics 'pipx run --spec mathics-django mathicsserver'
|
||||
|
|
|
@ -25,11 +25,3 @@ profile = gpu-hq
|
|||
scale = spline36
|
||||
cscale = spline36
|
||||
dscale = spline36
|
||||
|
||||
[wallpaper]
|
||||
loop
|
||||
aid = no
|
||||
sid = no
|
||||
start = 0
|
||||
load-scripts = no
|
||||
no-stop-screensaver
|
||||
|
|
Loading…
Reference in a new issue