Merge branch 'master' of github.com:vale981/dotfiles into master

This commit is contained in:
Valentin Boettcher 2020-12-31 16:07:59 +01:00
commit 120460619c
2 changed files with 3 additions and 4 deletions

View file

@ -1,9 +1,5 @@
active-opacity=1.000000;
backend="glx";
fade-delta=10;
fade-exclude=[ ];
fade-in-step=0.028000;
fade-out-step=0.030000;
fading=false;
inactive-opacity=1.000000;
opacity-rule=[ ];
@ -15,3 +11,4 @@ shadow-offset-y=-15;
shadow-opacity=0.100000;
vsync=true;
wintypes:{ dropdown_menu={ opacity=1.000000; }; popup_menu={ opacity=1.000000; }; };
unredir-if-possible = false;

View file

@ -6,4 +6,6 @@ function installInit {
printSubHeading "Install OMF Theme"
fish -c "omf install bobthefish"
curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish
fisher add jethrokuan/z
}