mirror of
https://github.com/vale981/dotfiles
synced 2025-03-05 09:31:43 -05:00
Merge branch 'master' of github.com:vale981/dotfiles into master
This commit is contained in:
commit
120460619c
2 changed files with 3 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue