forked from Shinonome/caelestia-cli
install: foot exec -> foot
This commit is contained in:
+1
-1
@@ -9,6 +9,6 @@ set -l dist $CONFIG/foot
|
||||
update-repo foot $dist
|
||||
sed -i 's|$SRC|'$dist'|g' $dist/foot.ini
|
||||
|
||||
install-link $dist/foot-exec.fish ~/.local/bin/foot-exec
|
||||
install-link $dist/foot.fish ~/.local/bin/foot
|
||||
|
||||
log 'Done.'
|
||||
|
||||
+1
-2
@@ -2,7 +2,6 @@
|
||||
|
||||
. (dirname (status filename))/util.fish
|
||||
|
||||
command -v foot-exec &> /dev/null && set -l cmd foot-exec || set -l cmd foot
|
||||
spawn-client '.class == "btop" and .title == "btop" and .workspace.name == "special:sysmon"' $cmd -a 'btop' -T 'btop' -- btop
|
||||
spawn-client '.class == "btop" and .title == "btop" and .workspace.name == "special:sysmon"' foot -a 'btop' -T 'btop' -- btop
|
||||
|
||||
hyprctl dispatch togglespecialworkspace sysmon
|
||||
|
||||
Reference in New Issue
Block a user