Random dotfile changes
This commit is contained in:
parent
ad12eb955f
commit
69f56d9ac8
6 changed files with 5 additions and 10 deletions
|
|
@ -113,7 +113,7 @@ font:
|
||||||
|
|
||||||
# Point size
|
# Point size
|
||||||
# size: 11.0
|
# size: 11.0
|
||||||
size: 8.0
|
size: 14.0
|
||||||
|
|
||||||
# Offset is the extra space around each character. `offset.y` can be thought of
|
# Offset is the extra space around each character. `offset.y` can be thought of
|
||||||
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.
|
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.
|
||||||
|
|
@ -233,7 +233,7 @@ visual_bell:
|
||||||
#
|
#
|
||||||
# Window opacity as a floating point number from `0.0` to `1.0`.
|
# Window opacity as a floating point number from `0.0` to `1.0`.
|
||||||
# The value `0.0` is completely transparent and `1.0` is opaque.
|
# The value `0.0` is completely transparent and `1.0` is opaque.
|
||||||
background_opacity: 1.0
|
background_opacity: 0.95
|
||||||
|
|
||||||
# Mouse bindings
|
# Mouse bindings
|
||||||
#
|
#
|
||||||
|
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
export IGVERBOSE=3
|
|
||||||
[ -s /opt/visimeet/visimeet ] && /opt/visimeet/visimeet --nologin &
|
|
||||||
[ -s /Applications/Visimeet\ Old.app/Contents/MacOS/visimeet ] && /Applications/Visimeet\ Old\.app/Contents/MacOS/visimeet --nologin --remote-debugging-port=1234 &
|
|
||||||
|
|
@ -2,4 +2,4 @@
|
||||||
export IGVERBOSE=3
|
export IGVERBOSE=3
|
||||||
rm -rf ~/Library/Application\ Support/IOCOM/visimeet/dswan.iocom.com
|
rm -rf ~/Library/Application\ Support/IOCOM/visimeet/dswan.iocom.com
|
||||||
[ -s /opt/visimeet/visimeet ] && /opt/visimeet/visimeet --nologin &
|
[ -s /opt/visimeet/visimeet ] && /opt/visimeet/visimeet --nologin &
|
||||||
[ -s /Applications/Visimeet\ New.app/Contents/MacOS/visimeet ] && /Applications/Visimeet\ New.app/Contents/MacOS/visimeet --nologin --remote-debugging-port=1234 &
|
[ -s /Applications/Visimeet.app/Contents/MacOS/visimeet ] && /Applications/Visimeet.app/Contents/MacOS/visimeet --nologin --remote-debugging-port=1234 &
|
||||||
|
|
|
||||||
1
fishfile
1
fishfile
|
|
@ -4,4 +4,3 @@ fisherman/get
|
||||||
fisherman/getopts
|
fisherman/getopts
|
||||||
fisherman/imgcat
|
fisherman/imgcat
|
||||||
fisherman/last_job_id
|
fisherman/last_job_id
|
||||||
fisherman/vibrant
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[calendars]
|
[calendars]
|
||||||
[[Fastmail]]
|
[[Fastmail]]
|
||||||
path = ~/Calendars/
|
path = ~/Calendars/*
|
||||||
type = discover
|
type = discover
|
||||||
|
|
||||||
[locale]
|
[locale]
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ mkdir ~/.gnupg; ln -sf ~/dotfiles/gpg-agent.conf ~/.gnupg/gpg-agent.conf
|
||||||
mkdir ~/.ssh; ln -sf ~/dotfiles/ssh/config ~/.ssh/config
|
mkdir ~/.ssh; ln -sf ~/dotfiles/ssh/config ~/.ssh/config
|
||||||
mkdir -p ~/.config/khard; ln -sf ~/dotfiles/khard.conf ~/.config/khard/khard.conf
|
mkdir -p ~/.config/khard; ln -sf ~/dotfiles/khard.conf ~/.config/khard/khard.conf
|
||||||
mkdir -p ~/.config/qutebrowser; ln -sf ~/dotfiles/qutebrowser.py ~/.config/qutebrowser/config.py
|
mkdir -p ~/.config/qutebrowser; ln -sf ~/dotfiles/qutebrowser.py ~/.config/qutebrowser/config.py
|
||||||
mkdir -p ~/.config/alacritty; ln -sf ~/dotfiles/alacritty.yml ~/.config/alacritty/alacritty.py
|
mkdir -p ~/.config/alacritty.yml; ln -sf ~/dotfiles/alacritty.yml ~/.config/alacritty/alacritty.yml
|
||||||
mkdir -p ~/.config/rtv; ln -sf ~/dotfiles/rtv.cfg ~/.config/rtv/rtv.cfg
|
mkdir -p ~/.config/rtv; ln -sf ~/dotfiles/rtv.cfg ~/.config/rtv/rtv.cfg
|
||||||
mkdir -p ~/.newsboat; ln -sf ~/dotfiles/newsboat ~/.newsboat/config
|
mkdir -p ~/.newsboat; ln -sf ~/dotfiles/newsboat ~/.newsboat/config
|
||||||
ln -sf ~/dotfiles/mailcap ~/.mailcap
|
ln -sf ~/dotfiles/mailcap ~/.mailcap
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue