mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-28 15:25:55 +00:00
Modify a few functions and add new font line for st
This commit is contained in:
parent
2f04ec4010
commit
ea7d3a89bd
|
|
@ -44,6 +44,8 @@
|
||||||
*.color20: #62d6e8
|
*.color20: #62d6e8
|
||||||
*.color21: #f1f2f8
|
*.color21: #f1f2f8
|
||||||
|
|
||||||
|
#define hack Hack:pixelsize=14:antialias=true:autohint=true
|
||||||
|
#define ubuntumono Ubuntu Mono:pixelsize=16:antialias=true:autohint=true
|
||||||
st.shell: /usr/bin/fish
|
st.shell: /usr/bin/fish
|
||||||
st.xfps: 600
|
st.xfps: 600
|
||||||
st.font: Hack:pixelsize=14:antialias=true:autohint=true
|
st.font: ubuntumono
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# Defined in /tmp/fish.VaFWaA/clean.fish @ line 2
|
# Defined in /tmp/fish.XLdbAh/clean.fish @ line 2
|
||||||
function clean
|
function clean
|
||||||
s printf \
|
s printf \
|
||||||
updatefonts
|
font
|
||||||
se clean -y
|
se clean -y
|
||||||
se dc -y
|
se dc -y
|
||||||
se rmo -y
|
se rmo -y
|
||||||
|
|
@ -12,4 +12,5 @@ function clean
|
||||||
rm -r ~/.cache/*
|
rm -r ~/.cache/*
|
||||||
rm -r ~/.nv/*
|
rm -r ~/.nv/*
|
||||||
rm -r ~/.local/share/nvim/swap/
|
rm -r ~/.local/share/nvim/swap/
|
||||||
|
rm -r $D/Games/Emulators/*/canary
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
# Defined in /tmp/fish.KJ6peF/d.fish @ line 1
|
|
||||||
function d
|
|
||||||
disown $argv
|
|
||||||
end
|
|
||||||
4
.config/fish/functions/soff.fish
Normal file
4
.config/fish/functions/soff.fish
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# Defined in /tmp/fish.Ugfwkw/soff.fish @ line 1
|
||||||
|
function soff
|
||||||
|
systemctl poweroff -i $argv
|
||||||
|
end
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
# Defined in /tmp/fish.7Yi1tZ/studio.fish @ line 2
|
|
||||||
function studio
|
|
||||||
eval $D/Source/android/studio $argv
|
|
||||||
end
|
|
||||||
4
.config/fish/functions/ydl.fish
Normal file
4
.config/fish/functions/ydl.fish
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# Defined in /tmp/fish.MagfLI/ydl.fish @ line 1
|
||||||
|
function ydl
|
||||||
|
youtube-dl $argv
|
||||||
|
end
|
||||||
Loading…
Reference in a new issue