From 85ce9fe4fe28647e8bee5ef01554dabd23b32327 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 14 May 2015 21:40:57 +0200 Subject: Remove pentadactylrc --- Makefile | 1 - pentadactyl/chrome.css | 50 -------------- pentadactyl/colors/wikipedia.org.penta | 115 --------------------------------- pentadactyl/pentadactylrc | 66 ------------------- 4 files changed, 232 deletions(-) delete mode 100644 pentadactyl/chrome.css delete mode 100644 pentadactyl/colors/wikipedia.org.penta delete mode 100644 pentadactyl/pentadactylrc diff --git a/Makefile b/Makefile index c71436b..b674c50 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,3 @@ install: -ln -s "$(HOME)/.config/zsh/.zshenv" "$(HOME)/.zshenv" - -ln -s "$(HOME)/.config/pentadactyl/pentadactylrc" "$(HOME)/.pentadactylrc" -ln -sn "$(HOME)/.config/ssh" "$(HOME)/.ssh" diff --git a/pentadactyl/chrome.css b/pentadactyl/chrome.css deleted file mode 100644 index bf2ea10..0000000 --- a/pentadactyl/chrome.css +++ /dev/null @@ -1,50 +0,0 @@ -/* ~/.config/pentadactyl/chrome.css */ - -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); - -/* Get rid of the bottom border */ -#TabsToolbar:after { - border-bottom: 0px !important; -} - -/* Hide the new curved tab edges */ -.tab-background { - opacity: 0 !important; -} - -/* Hide the little graphic seperator between inactive tabs */ -.tabbrowser-tab:before, -.tabbrowser-tab:after { - visibility: hidden !important; -} - -/* Reduce the padding around the contents of a tab */ -.tabbrowser-tab .tab-content, -.tabbrowser-tab[selected] .tab-content { - padding: 0 2px 2px 4px !important; -} - -#TabsToolbar { - -moz-appearance: none !important; - background: #dedede !important; -} - -/* Hide the newtab button */ -.tabs-newtab-button { - display: none !important; -} - -/* Mostly hacks to try deal with tab overflow, it's not pretty */ -#tabbrowser-tabs { - margin-left: -15px !important; - margin-right: -15px !important; -} - -.tabbrowser-tab { - color: #000 !important; -} - -.tabbrowser-tab[selected] { - background: #787777 !important; - color: #efefef !important; -} diff --git a/pentadactyl/colors/wikipedia.org.penta b/pentadactyl/colors/wikipedia.org.penta deleted file mode 100644 index 5bc15ad..0000000 --- a/pentadactyl/colors/wikipedia.org.penta +++ /dev/null @@ -1,115 +0,0 @@ -style -append wikipedia.org < -e :tabprev -nmap -e :tabnext -nmap -e :tabmove -1 -nmap -e :tabmove +1 - -" Toggle bookmark toolbar -nmap -e :toolbartoggle Bookmarks Toolbar - -" Easily show downloads -nmap -e :downloads - -" Stop and doing whatever it does -nmap -nmap - -nmap - -" Open the current URL as an argument to yt-dl -nmap -e :launchv - -" Same above but with quvi -nmap -e :launchvq - -" Use vim instead of gvim for now -set editor='termite -e "vim + "' - -" Hide the status bar when using fullscreen -au fullscreen on set go-=s -au fullscreen off set go+=s - -" Change some default about:configs -set! noscript.keys.tempAllowPage="alt z" -set! noscript.keys.revokeTemp="alt c" -"set! noscript.notify=false -set! plugins.click_to_play=true -set! plugin.default.state=1 - -" Require websites preform safe ssl negotiation -set! security.ssl.treat_unsafe_negotiation_as_broken=true - -" vim: ft=pentadactyl -- cgit v1.2.3-54-g00ecf