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:
| #!/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:
To claim this, I am signing this object:
| (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)))) |
| ;;; 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 |
| 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: |