Breeze Dark Color scheme for WINE apps in linux.
breeze-dark.theme
; Breeze Dark Theme
[Theme]
DisplayName=Breeze Dark
sudo dnf install podman # fedora
or
sudo apt install podman # debian/ubuntu
mkdir -p ~/Downloads/aria2-pro-downloads
/*--- waitForKeyElements(): A utility function, for Greasemonkey scripts, | |
that detects and handles AJAXed content. | |
Usage example: | |
waitForKeyElements ( | |
"div.comments" | |
, commentCallbackFunction | |
); |
Source: https://www.anand-iyer.com/blog/2018/a-simpler-way-to-manage-your-dotfiles.html
Like most folks, I use git to manage my dotfiles. This lets me have a versioned backup for my configurations, and if something breaks (and it does often for me) I can revert to a working configuration fairly easily. For a long time, I’ve followed the normal path of having a dotfiles folder and a script that symlinks into the files in it from my $HOME. Recently, I came across this thread in HackerNews and it literally blew my mind. In this post, I would like to share this very elegant solution that avoids the need for any symlinking.
The key idea is really simple: make $HOME the git work-tree. The normal way of doing this would be to do a git init in your $HOME, but that would totally mess up git commands if you have other repositories in your $HOME (also, you probably don’t want your entire $HOME in a git repo). So, instead, we will create a dummy folder and initialize a bare repository (essentially a git repo with no w
sudo pacman -Syu zsh
You do not need to install manjaro-zsh-config
and all the other related packages like zsh-syntax-highlighting
, zsh-history-substring-search
, zsh-autosuggestions
, etc., as we will use Oh My Zsh.
Download Firefox. https://www.mozilla.org/en-US/firefox
Download the Firefox version you want directly from the official website Uncompress the archives:
/opt
directory (system-wide installation - requires Root privileges)~/.opt
(install only for the current user)Create a file firefox-stable.desktop (replace stable with beta or nightly if needed) with the contents below:
mkdir isobuild && cd isobuild
sudo dnf install rpm-ostree lorax -y
git clone -b f33 https://pagure.io/workstation-ostree-config
git clone -b f33 https://pagure.io/fedora-lorax-templates.git
mkdir repo
ostree init --repo=repo
rpm-ostree compose tree --repo=$(pwd)/repo \
$(pwd)/workstation-ostree-config/fedora-silverblue.yaml
1. Download "..._x64.zip" version from latest. | |
https://github.com/zhongyang219/TrafficMonitor/releases | |
2. Extract it to any location. Open "TrafficMonitor.exe" | |
3. Right click on the small window | |
- Click "Show taskbar window" | |
- again uncheck "show main window" | |
5. Right click on the "taskbar window of Traffic monitor. | |
- Go "Options..." | |
- Click "General Settings" | |
- Check "Auto run when windows starts". |
// ==UserScript== | |
// @name Reddit Auto Expand and keyboard navigation | |
// @namespace http://www.reddit.com/ | |
// @version 0.1 | |
// @description Auto expand all expandos on new reddit and a keyboard navigation that's not retarded. | |
// @author Dregu | |
// @match https://www.reddit.com/* | |
// @grant none | |
// ==/UserScript== |