I hereby claim:
- I am sam33r on github.
- I am sam33r (https://keybase.io/sam33r) on keybase.
- I have a public key ASDElZiUg__-u1BtJI6ZouSkjvdn7Lx0KN0acVZ6EYvfCAo
To claim this, I am signing this object:
| /* CSS tweaked from this project: | |
| https://github.com/lawrencehook/remove-youtube-suggestions/blob/main/firefox/css/main.css */ | |
| html ytd-browse[page-subtype="home"], | |
| html #secondary > div.circle, | |
| html #related, | |
| html .html5-endscreen, | |
| html .ytp-ce-element.ytp-ce-element, | |
| html a:not(#logo)[href="/"], |
| set noautofocus | |
| set smoothscroll | |
| set barposition "bottom" | |
| let mapleader = "," | |
| unmap O | |
| map O :open google |
| // Mappings | |
| // -------- | |
| // an example to create a new mapping `ctrl-y` | |
| // mapkey('<Ctrl-y>', 'Show me the money', function() { | |
| // Front.showPopup('a well-known phrase uttered by characters in the 1996 film Jerry Maguire (Escape to close).'); | |
| //}); | |
| cmap('<Ctrl-j>', '<Tab>'); | |
| cmap('<Ctrl-k>', '<Shift-Tab>'); |
I hereby claim:
To claim this, I am signing this object:
| " Settings | |
| set noautofocus " The opposite of autofocus; this setting stops | |
| " sites from focusing on an input box when they load | |
| set typelinkhints | |
| let searchlimit = 30 | |
| let scrollstep = 70 | |
| let barposition = "bottom" | |
| let hintcharacters = "fdjkstyghbna" | |
| set smoothscroll | |
| set autoupdategist |
| -- My XMonad Config | |
| import XMonad | |
| import XMonad.Actions.CycleWS | |
| import XMonad.Actions.UpdatePointer | |
| import XMonad.Hooks.DynamicLog | |
| import XMonad.Hooks.EwmhDesktops | |
| import XMonad.Hooks.ManageDocks | |
| import XMonad.Hooks.FadeInactive | |
| import XMonad.Layout.Accordion |
| // Useful for when the keypad is open. | |
| // In the view controller: | |
| - (void)viewWillAppear:(BOOL)animated | |
| { | |
| [super viewWillAppear:animated]; | |
| // Listen for taps to end editing | |
| UITapGestureRecognizer *gestureRecognizer = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(tap:)]; | |
| [self.view addGestureRecognizer:gestureRecognizer]; |
| /* | |
| For news.ycombinator.com | |
| */ | |
| td.title { | |
| padding-top: 20px; | |
| color: #f0f0f0; | |
| } | |
| body { |
| #p-logo a { | |
| display: none; | |
| } | |
| #p-logo { | |
| display: none; | |
| } | |
| div.noprint { | |
| display: none; |
| $ ./configure | |
| Estella:node SA$ ./configure | |
| Checking for program g++ or c++ : /usr/bin/g++ | |
| Checking for program cpp : /usr/bin/cpp | |
| Checking for program ar : /usr/bin/ar | |
| Checking for program ranlib : /usr/bin/ranlib | |
| Checking for g++ : ok | |
| Checking for program gcc or cc : /usr/bin/gcc | |
| Checking for program ar : /usr/bin/ar |