dotfiles

:)
git clone https://git.sr.ht/~ashymad/dotfiles
Log | Files | Refs | Submodules | LICENSE

commit a1381e49fdd0e1f8b96433e672a1421409ac3c81
parent 96c0d0dbee95939d60dfec530a02e5dd9314dc0d
Author: Ashymad <czilukim@o2.pl>
Date:   Mon,  2 Oct 2017 20:57:30 +0200

move userChrome

Diffstat:
M.gitignore | 2+-
A.mozilla/firefox/chrome/userChrome.css | 10++++++++++
2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore @@ -5,7 +5,7 @@ !.gitignore !LICENSE !.extend.Xresources -!.mozilla/chrome/userChrome.css +!.mozilla/firefox/chrome/userChrome.css !.extend.xprofile !.config/compton.conf !.config/mpv/mpv.conf diff --git a/.mozilla/firefox/chrome/userChrome.css b/.mozilla/firefox/chrome/userChrome.css @@ -0,0 +1,10 @@ +/*I symlink this to my profile direcotry*/ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +#TabsToolbar { + visibility: collapse; +} + +#sidebar-header { + display: none; +}