Commit Graph

19 Commits

Author SHA1 Message Date
Lucien Cartier-Tilet ae9d929183
misc: remove org files 2023-12-17 21:39:54 +01:00
Lucien Cartier-Tilet 9daced8c68
[Tmux] add keybind to zoom on pane
continuous-integration/drone/push Build is passing Details
2023-07-07 22:29:36 +02:00
Lucien Cartier-Tilet 47d63fedb4
[Tmux] add tmux session ressurection, better keybindings 2023-06-15 14:19:10 +02:00
Lucien Cartier-Tilet 1e6e2cb09d
[Tmux] add Tmux configuration 2023-06-02 16:54:14 +02:00
Lucien Cartier-Tilet 641a3a4aaf
[Tmux] Remove Tmux submodule and config
continuous-integration/drone/push Build is passing Details
2022-06-07 15:42:27 +02:00
Lucien Cartier-Tilet d4f11b612d
[Org, Emacs] Do not add spaces in front of code in src blocks
By default, org-mode will add two spaces before code lines in the org
file itself. This does not change how code is edited when editing a
code block through `org-edit-special' but when copy/pasting code or
editing it directly from the org file, it can be troublesome.
Setting `org-src-preserve-indentation' to `t' prevents org from adding
these two spaces.
2021-10-12 12:19:46 +02:00
Lucien Cartier-Tilet 124644ff3c
[Org Files] Remove unneeded header, add .dir-locals.el
`.dir-locals.el' file will automatically activate writeroom-mode for
all org files and set `org-confirm-babel-evaluate' to nil.
2021-07-30 17:56:43 +02:00
Lucien Cartier-Tilet 6d3220e78c
[org] Update custom variables in org file 2021-05-21 14:40:50 +02:00
Lucien Cartier-Tilet 7207632c56
[Org] Add auto-tangling to simple org files 2021-04-28 16:39:30 +02:00
Lucien Cartier-Tilet 527380e5ff
[Org, meta] Change formatting of org files 2021-02-04 14:43:09 +01:00
Lucien Cartier-Tilet 6665074db0
[Org files] Formatting 2020-12-10 10:20:21 +01:00
Lucien Cartier-Tilet 3a1015b9e7
[Org files] Formatted org files to look better with new org config 2020-11-13 15:18:43 +01:00
Lucien Cartier-Tilet 7b2c7d8145
[Org source] Fix mkdirp tangling argument 2020-09-28 18:22:32 +02:00
Lucien Cartier-Tilet a958ee8a60
Remove unused parts, updated my theme
== ALL FILES ==
The org TOCs were unused on export, and Spacemacs makes it useless.
This commits removes them. The startup header of org files is moved to
the header file.

== AWESOME ==
In the Awesome file, this commit removes everything about custom theme
creation as this part is not yet used. I also remade and reorganized
the windows titlebars.
Theme files for Awesome shall be added soon. The wallpaper functions
were updated accordingly.

In the autostart part, I updated some commands (picom will not launch
if another instance is already running, same for the XFCE polkit), and
I added PumoPM to the autolaunched software (power management). Due to
some issues, I also let Awesome one second before launching
`set-screens'.

== AWESOME AND CUSTOM SCRIPTS ==
This commit also removes any usage of pywal. My Awesome configuration
and my custom scripts were updated accordingly.

== CUSTOM SCRIPTS ==
In bin.org, the script `pape-restore' has been removed since it can
now be replaced with the command `nitrogen --restore'. `pape-update'
has also been updated so it doesn’t depend on `pape-restore' and gets
a random wallpaper for nitrogen to set without the help of pywal.

== XRESOURCES / ST AND PICOM ==
St’s transparency was tweaked to match my windows’ titlebar
transparency. It also got the Nord theme mentionned above. Some custom
Picom rule about St’s transparency has been removed.

== PICOM ==
I made it clearer in the index and on Picom’s page Picom is the new
Compton.

== FIREFOX ==
A new git submodule (blurredfox-nord) has been added, which adds some
transparency to Firefox as well as some Nord colors.

== I3 AND POLYBAR ==
My i3 and Polybar config have been deprecated since I do not use them
anymore.

== SPACEMACS ==
Changed shortcuts for config files
2020-08-22 16:46:33 +02:00
Lucien Cartier-Tilet 6bd0452e06
Use `setupfile` instead of `include` in org files 2020-07-16 14:25:18 +02:00
Lucien Cartier-Tilet d6f688d985
Updated headings’ custom ID 2020-06-07 17:43:20 +02:00
Lucien Cartier-Tilet 0243f490f6
better org files, updated installation packages 2020-05-17 15:04:07 +02:00
Lucien Cartier-Tilet 979fd31fe4
Changing metaprogramming language to EmacsLisp 2020-03-15 12:24:46 +01:00
Lucien Cartier-Tilet 2867f6629a
Moved org files, added proper README
Org files are moved from org/config-website to org/config. Symlink img
was changed accordingly.

org/config/index.org is no longer a symlink and was replaced by the
former README.org which is now shorter and more consice.

org/config/header.org was cleaned, no more lines related to LaTeX
exports and no unused macros
2020-01-30 13:12:09 +01:00