Modify a few functions and add new font line for st

This commit is contained in:
Phantop 2019-01-11 17:52:16 -05:00
parent 2f04ec4010
commit ea7d3a89bd
6 changed files with 14 additions and 11 deletions

View File

@ -44,6 +44,8 @@
*.color20: #62d6e8
*.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.xfps: 600
st.font: Hack:pixelsize=14:antialias=true:autohint=true
st.font: ubuntumono

View File

@ -1,7 +1,7 @@
# Defined in /tmp/fish.VaFWaA/clean.fish @ line 2
# Defined in /tmp/fish.XLdbAh/clean.fish @ line 2
function clean
s printf \
updatefonts
font
se clean -y
se dc -y
se rmo -y
@ -12,4 +12,5 @@ function clean
rm -r ~/.cache/*
rm -r ~/.nv/*
rm -r ~/.local/share/nvim/swap/
rm -r $D/Games/Emulators/*/canary
end

View File

@ -1,4 +0,0 @@
# Defined in /tmp/fish.KJ6peF/d.fish @ line 1
function d
disown $argv
end

View File

@ -0,0 +1,4 @@
# Defined in /tmp/fish.Ugfwkw/soff.fish @ line 1
function soff
systemctl poweroff -i $argv
end

View File

@ -1,4 +0,0 @@
# Defined in /tmp/fish.7Yi1tZ/studio.fish @ line 2
function studio
eval $D/Source/android/studio $argv
end

View File

@ -0,0 +1,4 @@
# Defined in /tmp/fish.MagfLI/ydl.fish @ line 1
function ydl
youtube-dl $argv
end