quick fix and update
This commit is contained in:
parent
88935a4a8f
commit
0a2df36bb6
36
README.org
36
README.org
@ -42,9 +42,9 @@
|
|||||||
:CUSTOM_ID: h-400070eb-725f-4416-a4c6-da3053df750b
|
:CUSTOM_ID: h-400070eb-725f-4416-a4c6-da3053df750b
|
||||||
:END:
|
:END:
|
||||||
- [[#presentation][Presentation]]
|
- [[#presentation][Presentation]]
|
||||||
|
- [[#screenshots][Screenshots]]
|
||||||
- [[#features][Features]]
|
- [[#features][Features]]
|
||||||
- [[#xresources][Xresources]]
|
- [[#xresources][Xresources]]
|
||||||
- [[#screenshots][Screenshots]]
|
|
||||||
- [[#dependencies][Dependencies]]
|
- [[#dependencies][Dependencies]]
|
||||||
- [[#installation][Installation]]
|
- [[#installation][Installation]]
|
||||||
- [[#install-arch-linux][Install Arch Linux]]
|
- [[#install-arch-linux][Install Arch Linux]]
|
||||||
@ -101,6 +101,23 @@
|
|||||||
[[https://github.com/tryone144/compton][fork]] of [[https://github.com/chjj/compton][Compton]]. The colors scheme for [[https://github.com/davatorium/rofi][rofi]], Emacs and polybar are chosen from
|
[[https://github.com/tryone144/compton][fork]] of [[https://github.com/chjj/compton][Compton]]. The colors scheme for [[https://github.com/davatorium/rofi][rofi]], Emacs and polybar are chosen from
|
||||||
the wallpapers using [[https://github.com/dylanaraps/pywal][pywal]].
|
the wallpapers using [[https://github.com/dylanaraps/pywal][pywal]].
|
||||||
|
|
||||||
|
* Screenshots
|
||||||
|
:PROPERTIES:
|
||||||
|
:CUSTOM_ID: h-ee37502b-09a4-4668-88e2-1d4406252bd2
|
||||||
|
:END:
|
||||||
|
|
||||||
|
#+ATTR_HTML: :width 100%
|
||||||
|
#+CAPTION: Desktop with Neofetch in the terminal
|
||||||
|
[[./img/neofetch.png]]
|
||||||
|
|
||||||
|
#+CAPTION: Desktop with Emacs opened
|
||||||
|
#+ATTR_HTML: :width 100%
|
||||||
|
[[./img/emacs.png]]
|
||||||
|
|
||||||
|
#+CAPTION: Desktop with Rofi
|
||||||
|
#+ATTR_HTML: :width 100%
|
||||||
|
[[./img/rofi.png]]
|
||||||
|
|
||||||
* Features
|
* Features
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: h-8539dd6f-4fcb-4dc7-a3ef-b8ad198c91d4
|
:CUSTOM_ID: h-8539dd6f-4fcb-4dc7-a3ef-b8ad198c91d4
|
||||||
@ -136,23 +153,6 @@
|
|||||||
I used to have lines dedicated to UXTerm and URxvt, but I cast them out of my
|
I used to have lines dedicated to UXTerm and URxvt, but I cast them out of my
|
||||||
system.
|
system.
|
||||||
|
|
||||||
* Screenshots
|
|
||||||
:PROPERTIES:
|
|
||||||
:CUSTOM_ID: h-ee37502b-09a4-4668-88e2-1d4406252bd2
|
|
||||||
:END:
|
|
||||||
|
|
||||||
#+ATTR_HTML: :width 100%
|
|
||||||
#+CAPTION: Desktop with Neofetch in the terminal
|
|
||||||
[[./img/neofetch.png]]
|
|
||||||
|
|
||||||
#+CAPTION: Desktop with Emacs opened
|
|
||||||
#+ATTR_HTML: :width 100%
|
|
||||||
[[./img/emacs.png]]
|
|
||||||
|
|
||||||
#+CAPTION: Desktop with Rofi
|
|
||||||
#+ATTR_HTML: :width 100%
|
|
||||||
[[./img/rofi.png]]
|
|
||||||
|
|
||||||
* Dependencies
|
* Dependencies
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: h-5849dbcf-a650-4323-9a90-bec549a7b982
|
:CUSTOM_ID: h-5849dbcf-a650-4323-9a90-bec549a7b982
|
||||||
|
8
tmux.org
8
tmux.org
@ -1,4 +1,4 @@
|
|||||||
#+TITLE: Phundrak’s dotfiles
|
#+TITLE: Phundrak’s tmux config
|
||||||
#+AUTHOR: Lucien "Phundrak” Cartier-Tilet
|
#+AUTHOR: Lucien "Phundrak” Cartier-Tilet
|
||||||
#+EMAIL: phundrak@phundrak.fr
|
#+EMAIL: phundrak@phundrak.fr
|
||||||
#+OPTIONS: H:4 broken_links:mark email:t ^:{} auto-id:t
|
#+OPTIONS: H:4 broken_links:mark email:t ^:{} auto-id:t
|
||||||
@ -19,9 +19,9 @@
|
|||||||
|
|
||||||
# ### HTML #####################################################################
|
# ### HTML #####################################################################
|
||||||
#+HTML_DOCTYPE: html5
|
#+HTML_DOCTYPE: html5
|
||||||
#+HTML_HEAD_EXTRA: <meta name="description" content="Phundrak's dotfiles" />
|
#+HTML_HEAD_EXTRA: <meta name="description" content="Phundrak's tmux config" />
|
||||||
#+HTML_HEAD_EXTRA: <meta property="og:title" content="Phundrak's dotfiles" />
|
#+HTML_HEAD_EXTRA: <meta property="og:title" content="Phundrak's tmux config" />
|
||||||
#+HTML_HEAD_EXTRA: <meta property="og:description" content="Installation instructions for Phundrak's dotfiles" />
|
#+HTML_HEAD_EXTRA: <meta property="og:description" content="Phundrak’s tmux configuration explained" />
|
||||||
#+HTML_HEAD_EXTRA: <script src="https://kit.fontawesome.com/4d42d0c8c5.js"></script>
|
#+HTML_HEAD_EXTRA: <script src="https://kit.fontawesome.com/4d42d0c8c5.js"></script>
|
||||||
#+HTML_HEAD_EXTRA: <script src="https://cdn.jsdelivr.net/npm/js-cookie@2/src/js.cookie.min.js"></script>
|
#+HTML_HEAD_EXTRA: <script src="https://cdn.jsdelivr.net/npm/js-cookie@2/src/js.cookie.min.js"></script>
|
||||||
#+HTML_HEAD_EXTRA: <link rel="shortcut icon" href="https://cdn.phundrak.fr/img/mahakala-128x128.png" type="img/png" media="screen" />
|
#+HTML_HEAD_EXTRA: <link rel="shortcut icon" href="https://cdn.phundrak.fr/img/mahakala-128x128.png" type="img/png" media="screen" />
|
||||||
|
Loading…
Reference in New Issue
Block a user