This file contains hidden or 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
| #!/usr/bin/env python | |
| import subprocess | |
| import time | |
| import sys | |
| import os | |
| from i3ipc import Connection | |
| search_str_wp = 'Wayland Output Mirror' |
I hereby claim:
- I am cit on github.
- I am c1t (https://keybase.io/c1t) on keybase.
- I have a public key ASBXlIZAdMdkyUp2Ph5LCvDH-N5Fs09ij9iquYZ_0oKxIgo
To claim this, I am signing this object:
This file contains hidden or 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
| (require 'org-archive) | |
| (defun line-content-as-string () | |
| "TODO" | |
| (interactive) | |
| (save-excursion | |
| (beginning-of-line) | |
| (buffer-substring-no-properties | |
| (line-beginning-position) (line-end-position)))) |
This file contains hidden or 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
| ;;; Change the language of the citation line in mu4e automatically | |
| ;; | |
| ;; Description: Change the language of the citation line in mu4e | |
| ;; automatically when the ispell dictionary is changed. | |
| ;; | |
| ;; Author: Florian Adamsky | |
| ;; Maintainer: Florian Adamsky (concat "fa-emacs" "@" "haktar" ".org") | |
| ;; Licence: Beer-ware (Revision 42) | |
| ;; As long as you retain this notice you can do whatever |
This file contains hidden or 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
| First, open terminal and write: | |
| apt-get source nautilus | |
| sudo apt-get build-dep nautilus | |
| the build-dep command will install all the build dependencies for nautilus. | |
| 1) Create a new text file and call it: file-manager.patch | |
| copy all this contents into this file: |