Archidekt Enhancements
Current Functionality
Quick Add
Enter
selects the first element in the dropdown.Ctrl-Enter
adds the selected card to the maybeboard.Shift-Enter
adds the selected card to the sideboard.
Enter
selects the first element in the dropdown.Ctrl-Enter
adds the selected card to the maybeboard.Shift-Enter
adds the selected card to the sideboard.#!/bin/bash | |
# Requirements: dialog mpv | |
# Optional: youtube-dl wget hq | |
# Arguments: none | |
# | |
# Changelog: | |
# > + from function to standalone script | |
# + menu stack for saving previous menu command | |
# + choices stack for saving previous menu choice |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
# Python/Django files | |
*.pot | |
*.py[cod] | |
# Folder view configuration files | |
.DS_Store | |
Desktop.ini | |
# Thumbnail cache files | |
._* |
#!/usr/bin/env bash | |
mapfile -t meh < <(ps -ax) | |
echo "found ${#meh[@]} processes" |
// The name of the Gmail Label to expire | |
var GMAIL_LABEL = 'expires'; | |
// Archive messages automatically after N days | |
var EXPIRE_AFTER = '10'; | |
/* | |
* STOP EDITING BELOW HERE UNLESS | |
* YOU KNOW WHAT YOU'RE DOING | |
* |
just a file
That's all folks!
The following is a quick guide to get this working on various Linux distros. As a side note, if you have Chrome installed alongside Vivaldi, Netflix should also work after making these changes. Alternatively, use my latest-widevine.sh to fetch and extract Chrome's copy of Widevine, so that it can be used by Vivaldi.
If you don't have working Flash video and need that in addition, please refer to these instructions.
Note: This guide is primarrily aimed at users of Vivaldi stable releases. If it does not solve your issues, read this in addition.
div#json, div#jfContent{ | |
margin: 0; | |
padding: 20px; | |
background: #191919; | |
color: #C4BD97; | |
position: fixed; | |
top:0; | |
bottom:0; | |
left:0; | |
right:0; |