This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set nochangelog | |
set smoothscroll | |
set noautofocus | |
set autoupdategist | |
set completeonopen | |
"set showtabindices | |
let searchlimit = 30 | |
let searchengine g = "https://www.google.ca/search?num=30&safe=off&q=" | |
let defaultengine = "g" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! Run 'rofi -dump -Xresources' for full options. | |
rofi.theme: /usr/share/rofi/themes/DarkBlue.rasi | |
rofi-combi-modi: window,run | |
rofi.modi: combi | |
rofi.lines: 20 | |
rofi.yoffset: -160 | |
rofi.show-icons: true | |
rofi.sidebar-mode: true | |
! "Scrolling method. (0: Page, 1: Centered)" Set from: Default | |
rofi.scroll-method: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const { | |
aceVimMap, | |
mapkey, | |
imap, | |
imapkey, | |
getClickableElements, | |
vmapkey, | |
map, | |
unmap, | |
unmapAllExcept, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Links target current tab | |
// @namespace https://tampermonkey.net/ | |
// @version 0.1 | |
// @description Rewrite links to target current tab. | |
// @author Tanath | |
// @match https://*.tumblr.com/* | |
// @grant none | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Moved: | |
" https://github.com/Tanath/dotfiles/blob/master/browsers/tridactylrc |