Skip to content

Instantly share code, notes, and snippets.

@canalguada
canalguada / cvimrc
Last active June 19, 2017 23:31
cvimrc - Chromium Vim config
" Settings
set nohud
set nosmoothscroll
set noautofocus " The opposite of autofocus; this setting stops
" sites from focusing on an input box when they load
set defaultnewtabpage
"let searchengine dogpile = "http://www.dogpile.com/search/web?q=%s" " If you leave out the '%s' at the end of the URL,
" your query will be appended to the link.
" Otherwise, your query will replace the '%s'.
@canalguada
canalguada / Vertex theme files
Last active April 22, 2016 13:52
$ pacman -Ql vertex-themes
vertex-themes /usr/
vertex-themes /usr/share/
vertex-themes /usr/share/licenses/
vertex-themes /usr/share/licenses/vertex-themes/
vertex-themes /usr/share/licenses/vertex-themes/COPYING
vertex-themes /usr/share/themes/
vertex-themes /usr/share/themes/Chrome/
vertex-themes /usr/share/themes/Chrome/Vertex-light.crx
vertex-themes /usr/share/themes/Chrome/Vertex.crx
vertex-themes /usr/share/themes/Chrome/source/
@canalguada
canalguada / qutebrowser-debug-duckduckgo.txt
Last active August 29, 2015 14:19
Qutebrowser debug opening default startpage
18:25:21 DEBUG commands command:run:481 command called: open ['-t', 'duckduckgo.com/']
18:25:21 DEBUG commands command:run:495 Calling qutebrowser.browser.commands.CommandDispatcher.openurl(<qutebrowser.browser.commands.CommandDispatcher>, 'duckduckgo.com/', False, True, False, None)
18:25:21 DEBUG url urlutils:is_url:229 Checking if 'duckduckgo.com/' is a URL (autosearch=naive).
18:25:21 DEBUG url urlutils:is_url:261 Checking via naive check
18:25:21 DEBUG url urlutils:fuzzy_url:172 URL is a fuzzy address
18:25:21 DEBUG url urlutils:fuzzy_url:181 Converting fuzzy term duckduckgo.com/ to URL -> http://duckduckgo.com/
18:25:21 DEBUG webview tabbedbrowser:tabopen:348 Creating new tab with URL PyQt5.QtCore.QUrl('http://duckduckgo.com/')
18:25:21 DEBUG init networkmanager:__init__:93 Initializing NetworkManager
18:25:21 DEBUG init networkmanager:__init__:98 NetworkManager init done
18:25:21 DEBUG webview tabbedbrowser:_get_new_tab_idx
canalguada@laptop ~:($ coredumpctl gdb -1 16504
PID: 16504 (gnome-shell)
UID: 1001 (canalguada)
GID: 500 (canalguada)
Signal: 11 (SEGV)
Timestamp: mar. 2014-09-30 03:42:03 CEST (13h ago)
Command Line: /usr/bin/gnome-shell
Executable: /usr/bin/gnome-shell
Control Group: /user.slice/user-1001.slice/session-c4.scope
Unit: session-c4.scope
@canalguada
canalguada / Vertex themes PKGBUILD
Last active August 29, 2015 14:07
Arch Linux PKGBUILD - Vertex Gtk2, Gtk3, Metacity, Xfwm, Cinnamon and GNOME Shell themes (GNOME 3.14 version)
# $Id$
# Author: horst3180 @ deviantart
pkgname=vertex-themes
pkgver=20140928
pkgrel=1
pkgdesc='Vertex Gtk2, Gtk3, Metacity, Xfwm, Cinnamon and GNOME Shell themes (GNOME 3.14 version)'
gnomever=3.14
arch=('any')
url='http://horst3180.deviantart.com/art/Vertex-Theme-470663601'