Commit Graph

315 Commits

Author SHA1 Message Date
Lucien Cartier-Tilet b774f7e83d
[Encrypted] Add an encrypted file, update encrypted files 2021-10-14 09:24:33 +02:00
Lucien Cartier-Tilet 94d994f1c7
[Rofi] Fix warning message 2021-07-30 17:47:57 +02:00
Lucien Cartier-Tilet 5a7cdf0402
[ncmpcpp] Commend out deprecated options 2021-07-30 17:47:34 +02:00
Lucien Cartier-Tilet 39d9f0e74b
[Emacs] Default to vanilla configuration
Spacemacs is no longer my default configuration, my vanilla
configuration now is.
2021-06-09 17:42:45 +02:00
Lucien Cartier-Tilet 14415f6299
[mpv] Add keybinding for rotating videos 2021-06-09 17:42:45 +02:00
Lucien Cartier-Tilet 30ddb3067c
[Emacs] Add doc, config, reorganize code, update org-mode sources
There no longer is a big code block at the beginning of the basic
configuration paragraph. It is now all documented.

Dired is also much more customized, with its configuration fully
documented.

Parinfer and Evil-surround were also added to the list

Custom PATH was removed since it caused some serious issues with Emacs
not finding required binaries. It seems this was only needed at a
certain point in my Spacemacs config, and it is no longer needed in
either Spacemacs nor my current config.

Some preliminary work with EXWM has been done, though I am still not
sure if I’ll ever use it as my main WM (I’m currently also taking a
look at StumpWM).

Bufler was added to my packages for managing my buffers.

Org-mode moved `org-plus-contrib' out of the main repo, and it is now
a separate package, `org-contrib'. I now also follow the git version
of org-mode (it is no longer managed by my system’s package manager).
2021-06-09 17:42:11 +02:00
Lucien Cartier-Tilet 17b3f02cf0
[Emacs] Revert commit ac0e5b38ff, update gitmodules
Change gitmodules’ url, add missing information on Spacemacs git module
2021-05-26 14:38:26 +02:00
Lucien Cartier-Tilet ac0e5b38ff
[Emacs] Move emacs directory to $XDG_CONFIG_HOME directory 2021-05-26 14:20:14 +02:00
Lucien Cartier-Tilet 2937e848ff
update Chemacs, fix org config for Spacemacs
This commit updates the version of Chemacs used. It also adds a new
profile for testing Spacemacs in a clean way.

My dotspacemacs also went for the wrong org configuration file, this
is now fixed.
2021-05-21 13:57:06 +02:00
Lucien Cartier-Tilet 0510eaa0f5
[Emacs] Switching to Chemacs2, added vanilla and Doom
Chemacs2 is a utility for Emacs to switch between various profiles and
configurations of Emacs without a hassle.

It thus helps me run my fully configured Spacemacss alongside my new
attempt at configuring some vanilla Emacs after years of using
Spacemacs.
I also added Doom-Emacs for reference.
2021-04-21 22:52:58 +02:00
Lucien Cartier-Tilet 6f8e85c65f
[sxiv] Add shotcut to copy a single image
The first image marked in sxiv will be the only one copied
2021-04-02 19:30:25 +02:00
Lucien Cartier-Tilet 3de5254050
[Bootstrap] Rework installed LaTeX packages
texlive installation should be lighter now
2021-04-01 23:15:15 +02:00
Lucien Cartier-Tilet ab7988f1b6
[Fish] update `remove' abbreviation 2021-04-01 23:15:15 +02:00
Lucien Cartier-Tilet 8597280d17
[Bootstrap] Remove ly, update tangled script 2021-03-31 16:22:39 +02:00
Lucien Cartier-Tilet 220b43aaf2
[bat] Add bat config 2021-03-10 13:19:39 +01:00
Lucien Cartier-Tilet fe66b43fbc
[sxiv] Add key handler for sxiv 2021-03-10 13:14:01 +01:00
Lucien Cartier-Tilet 8e26087d33
[Kitty] Add Kitty configuration 2021-02-09 16:59:34 +01:00
Lucien Cartier-Tilet 58b5b82531
[Mimeapps] Update mimeapps 2021-02-04 09:50:46 +01:00
Lucien Cartier-Tilet 6787e6452a
[Picom] Upgrade from Ibhagwan’s fork to main fork
This made me lose access to rounded corners for now, as they are only
available for legacy backends and the dual_kawase blur is not one of
them.
2021-02-04 09:18:24 +01:00
Lucien Cartier-Tilet 9062092b1d
[Fish, Emacs, Bootstrap] Replace yay with paru 2021-02-04 09:17:32 +01:00
Lucien Cartier-Tilet e9fb7e4622
[Mimeapps] SVG images open in Emacs by default 2021-01-13 17:16:52 +01:00
Lucien Cartier-Tilet 13943e5775
[Bootstrap] Add tldr to list of installed packages 2021-01-07 19:14:22 +01:00
Lucien Cartier-Tilet 3ff58ad913
[Zathura] reorganize keybindings 2021-01-04 16:16:01 +01:00
Lucien Cartier-Tilet a5dd8be4a7
[Zathura] Images are now displayed properly 2021-01-04 16:15:45 +01:00
Lucien Cartier-Tilet fc497a5fd9
yadm upgrade path of encrypted file 2021-01-04 14:03:17 +01:00
Lucien Cartier-Tilet 1d7cbe8915
[Awesome, Bin, Bootstrap] Replace nitrogen with xwallpaper 2021-01-02 13:52:18 +01:00
Lucien Cartier-Tilet 90028f1efa
[Rofi] Customize list of modi 2021-01-02 13:27:10 +01:00
Lucien Cartier-Tilet 6c6320d1f8
[yay] Avoid sudo timeout 2020-12-30 00:12:38 +01:00
Lucien Cartier-Tilet b1f2be0016
[Emacs] Remove w3m layer, compile configuration files when exported
The w3m layer is now removed as I did not use it at all.

The conlanging layer is moved to ~/fromGIT/emacs-packages and now a
symlink points to its new location. This is done in order to prevent
Emacs from compiling its .el files when recompiling its configuration
files.

Configuration files are now compiled when emacs.org is tangled by Emacs
itself or if the .el files are newer than the .elc files.

TODO: find a way to natively compile and load these files instead of
just byte-compile them if native compilation is available
2020-12-23 01:54:07 +01:00
Lucien Cartier-Tilet ef985c59a9
[Mimeapps] Add association for CSV to LibreOffice Calc 2020-12-19 17:22:40 +01:00
Lucien Cartier-Tilet 639e86b719
[Rofi] Add transparency to rofi’s background 2020-12-11 18:40:43 +01:00
Lucien Cartier-Tilet a47a471321
[Bootstrap] Add basic backage for installation 2020-12-10 10:20:54 +01:00
Lucien Cartier-Tilet eee5575a2d
[Emacs] Move back code from custom layer to config for Dired 2020-12-07 17:39:33 +01:00
Lucien Cartier-Tilet c46fcd3db7
[Emacs] Move Eshell functions to aliases
Many Eshell functions do not need to be declared as such and can do just
fine as Eshell aliases. This commit moves all these functions to the
'eshell-alias' file
2020-12-02 17:33:00 +01:00
Lucien Cartier-Tilet 5d1bd2c45f
[Bootstrap] Remove bookworm, new defaults for djvu and epub
zathura is now the default reader for djvu books

Emacs is now the default reader for epub books
2020-12-01 21:48:19 +01:00
Lucien Cartier-Tilet 06082195a0
[Zathura] shorter config line 2020-11-29 13:47:47 +01:00
Lucien Cartier-Tilet 2f0b3d1068
[Rofi] Nicer theme in my opinion 2020-11-29 13:28:13 +01:00
Lucien Cartier-Tilet e803c9cd6f
[Bootstrap] Add hugo to list of installed packages 2020-11-28 18:14:41 +01:00
Lucien Cartier-Tilet 7dac01a401
[Rofi] Change theme to nord theme 2020-11-28 18:14:31 +01:00
Lucien Cartier-Tilet b4a6904989
[Emacs] Conlanging layer updated 2020-11-13 00:39:55 +01:00
Lucien Cartier-Tilet d40de0fdec
[Bootstrap] Symlink `plock' to `/usr/bin'
This is needed for xss-lock to work properly
2020-10-29 16:55:20 +01:00
Lucien Cartier-Tilet 118eadb58a
[Emacs] Add rsync alias to eshell 2020-10-29 16:55:20 +01:00
Lucien Cartier-Tilet d8ee8fd95c
[Zathura] new configuration file for Zathura
This configuration file for Zathura adapts its keybindings to the bépo
layout, with some tweaks on my part to make it more consistent.
2020-10-29 16:47:28 +01:00
Lucien Cartier-Tilet 45a5db0f0d
[Emacs] Update eshell aliases
continuous-integration/drone/push Build is failing Details
Update eshell aliases

I should replace this file later with some Elisp code in the user init
to read aliases from Fish abbreviations.

Something good would be to try to write some Elisp code to emulate Fish
abbreviations, but I have to find what hook or function is called when a
new character is entered in the shell that triggers autocompletion. Code
in this package might help:
https://github.com/szermatt/emacs-bash-completion
2020-10-25 11:26:42 +01:00
Lucien Cartier-Tilet 942738cbb7
[Bootstrap] Remove unused package, add python poetry 2020-10-20 13:50:28 +02:00
Lucien Cartier-Tilet f9c45fe286
[Encrypted files, symlink] Move encrypted file and symlink target
Since I am moving away from $HOME/.emacs.d, the last remaining file in
this directory has been moved to the equivalent $HOME/.config/emacs.

The $HOME/.emacs.d symlink also now points to a relative path, making it
username-agnostic.
2020-10-14 18:39:48 +02:00
Lucien Cartier-Tilet 5f5d991de1
[Bootstrap] Add missing packages in base install 2020-10-14 18:30:36 +02:00
Lucien Cartier-Tilet 81ae88c905
[Bootstrap] Add Python LSP packages
continuous-integration/drone/push Build is passing Details
2020-10-01 18:27:22 +02:00
Lucien Cartier-Tilet d6fa32a202
[Bootstrap] Remove yapf package, add pyls-black python package
`pyls-black' is a new requirement for a proper LSP Python server, and
it is incompatible with `yapf', hence its removal.
2020-10-01 18:21:30 +02:00
Lucien Cartier-Tilet 05c85ed9dd
[Mimeapps] Zathura is now the default PDF viewer 2020-10-01 18:19:09 +02:00
Lucien Cartier-Tilet b85e9fb922
[Emacs submodule] Update `conlanging' Spacemacs layer 2020-10-01 09:58:02 +02:00
Lucien Cartier-Tilet c66e4329bd
[Bootstrap] Revamped bootstrap
continuous-integration/drone/push Build is passing Details
Rewrite some parts that were not true anymore about my configuration,
add some interactivity for some settings some users would not
necessarily want.

Some parts that are no longer needed are also removed, such as yay
installation (done with archfi), nano, and go packages.

Some list of packages were made into org tables, and the command is
rewritten in litterate programming from these tables.
2020-09-28 18:22:38 +02:00
Lucien Cartier-Tilet e13ea9224e
[Encrypted files] update encrypted files 2020-09-28 15:22:28 +02:00
Lucien Cartier-Tilet 9e20e165b0
[Mimeapps] Made nomacs default software for svg images 2020-09-23 16:24:10 +02:00
Lucien Cartier-Tilet 790d83aef1
[Mimeapps] Changed all Emacs entries with Emacsclient 2020-09-17 12:28:56 +02:00
Lucien Cartier-Tilet ac7d1f7c31
[Emacs] Renamed spacemacs.org to emacs.org
continuous-integration/drone/push Build is passing Details
While the documentation of this commit gets deployed, redirects on my
server should be up
2020-09-13 18:15:21 +02:00
Lucien Cartier-Tilet 71a292b0f4
[Other] Update encrypted files
continuous-integration/drone/push Build is passing Details
2020-09-12 00:47:03 +02:00
Lucien Cartier-Tilet 1ef2ccc436
[Bootstrap] Removed now unnecessary line
continuous-integration/drone/push Build is passing Details
This commit removes a line that sets all files in `~/.local/bin' as
executables. It was aimed at scripts exported from `bin.org' but it is
no longer required since the executability of these tangled files is
enforced by the shebang header argument added in commit 8f35b85ef1
2020-09-12 00:42:47 +02:00
Lucien Cartier-Tilet 62e4b6f52f
[Bootstrap, Org files] Removed tangling of deprecated configurations
continuous-integration/drone/push Build is passing Details
This commit removes tangling of deprecated configurations in the
bootstrap script.

It also removes a dunst mention in the spacemacs.org file.
2020-09-12 00:38:11 +02:00
Lucien Cartier-Tilet b50b403f41
[Org files] remove python code for tangling, updated shebang
This commit removes all python source blocks that were previously used
to generate code. Consequently, the commands for tangling my org files
in the bootstrap script were updated.

[Bootstrap] A shebang header has been added to the org file, removing
the necessity of the shebang code block and manually setting
permissions for the script each time it is tangled.
2020-09-03 12:21:47 +02:00
Lucien Cartier-Tilet 84aba5216f
[Emacs] Yasnippet snippets are now tangled from spacemacs.org
Since all my snippets are now contained in my spacemacs.org file, this
commit removes all my snippets files from this repository.
2020-09-02 13:26:50 +02:00
Lucien Cartier-Tilet 7d8fcb1de6
[Nano, Dunst] Remove config for Dunst, remove submodule for Nano
Dunst is no longer needed on my system, this commit removes its
configuration file.

Since I deprecated my Nano config, this commit removes its syntax
submodule.
2020-08-29 00:31:18 +02:00
Lucien Cartier-Tilet 18612dd257
[Web headers] Update link to CSS file for HTML exports
Since commit e710c594f1 in
https://labs.phundrak.com/phundrak/org-website-backend, the main CSS
file to load is `main.css' and not `style.css'. This commit fixes that
2020-08-29 00:25:12 +02:00
Lucien Cartier-Tilet c3b1c4b249
[Org] Add header snippet 2020-08-25 06:00:19 +02:00
Lucien Cartier-Tilet d3e504666f
[Bootstrap] Remove and add some basic packages
This commit removes from the basic packages packages that I have no
use for in my current config. They are mainly related to my i3 config
which I recently deprecated. The following packages were removed:
- dmenu-lpass
- dunst
- i3-gaps-rounded-git
- j4-dmenu-desktop
- less (is installed as a dependency of other packages)
- polybar
- python-pywal

The following packages were added:
- inter-font
- nordic-theme-git
2020-08-24 14:45:58 +02:00
Lucien Cartier-Tilet 2a19478995
[Emacs] Add new Rust snippets, common-lisp layer
This commit adds two new snippets for Rust, one for an easier way to
write a `println' macro than the default one, and another one for
writing more easily new `new' functions for Rust structs.

It also adds the `common-lisp' layer in Emacs so I can test StumpWM.
2020-08-24 14:41:09 +02:00
Lucien Cartier-Tilet 75410a7330
Updated conlanging layer 2020-08-22 16:05:06 +02:00
Lucien Cartier-Tilet 540b47dc3c
Changed Xorg config of keyboard
Several layouts changed with the Menu key was too much of a pain in
the back, so the only default layout now is the bépo layout
2020-07-17 16:56:41 +02:00
Lucien Cartier-Tilet b01bd780be
updated mimeapps 2020-07-17 11:15:36 +02:00
Lucien Cartier-Tilet db79ad2080
MPD now auto-updates on songs added in the ~/Music dir 2020-07-11 18:32:09 +02:00
Lucien Cartier-Tilet c803be2505
Updated keyboard configuration, removed related Awesome autostart 2020-07-11 18:20:44 +02:00
Lucien Cartier-Tilet 1c7173764d
Removed ccls package from bootstrap script 2020-07-11 18:12:08 +02:00
Lucien Cartier-Tilet 3e033d7529
updated mimeapps 2020-07-01 14:58:37 +02:00
Lucien Cartier-Tilet 032a10d0fa
Updated conlanging layer for Spacemacs 2020-05-29 17:53:39 +02:00
Lucien Cartier-Tilet 90c3bcde72
Added packages to install, fixed issue with tangling 2020-05-28 12:05:36 +02:00
Lucien Cartier-Tilet 40f43c704a
Fixed rainymood fish function 2020-05-28 11:56:13 +02:00
Lucien Cartier-Tilet fc6ae3d322
Added other packages to required packages 2020-05-18 02:16:33 +02:00
Lucien Cartier-Tilet a534c58b91
Removed workaround for python-jedi bug 2020-05-17 21:03:22 +02:00
Lucien Cartier-Tilet 7e4e669de9
Added go as new package to be installed 2020-05-17 20:51:04 +02:00
Lucien Cartier-Tilet e376f3153d
Forgot to add fish code generation 2020-05-17 20:16:56 +02:00
Lucien Cartier-Tilet c0e89be6fa
Fixed issue with files tangling, added and removed some packages 2020-05-17 20:10:09 +02:00
Lucien Cartier-Tilet 0243f490f6
better org files, updated installation packages 2020-05-17 15:04:07 +02:00
Lucien Cartier-Tilet e30c4a5f57
Updated conlang-layer module for Spacemacs 2020-05-01 23:02:22 +02:00
Lucien Cartier-Tilet 0f3623c167
Replaced the old bépo layout with the bépo Afnor layout 2020-04-30 20:35:24 +02:00
Lucien Cartier-Tilet 16f127f0d8
Updated neofetch config 2020-04-30 11:16:46 +02:00
Lucien Cartier-Tilet 96311c6038
Updated install script 2020-04-29 21:20:15 +02:00
Lucien Cartier-Tilet e543fc5952
Added sxiv associations, removed last reference to Gnus 2020-04-21 13:39:29 +02:00
Lucien Cartier-Tilet a438e762ec
Finally fixed my mailto handler 2020-04-21 13:07:46 +02:00
Lucien Cartier-Tilet 6466ff537b
Moved GTK settings to index.org 2020-04-21 12:56:56 +02:00
Lucien Cartier-Tilet 7dc74ae0ac
Added LBRY scheme handler to the LBRY app 2020-04-10 19:35:18 +02:00
Lucien Cartier-Tilet 8def87a019
Removed compton configuration file 2020-04-09 16:20:48 +02:00
Lucien Cartier-Tilet d274e03fb1
Defaulted image application to Sxiv 2020-04-09 15:57:39 +02:00
Lucien Cartier-Tilet 6373ce1035
Migrated from old to new config file for Rofi 2020-03-25 13:08:14 +01:00
Lucien Cartier-Tilet fd8770fd2e
Adjusted blur, set st to opaque
Blur is a little less strong, and is also active for background of
opaque windows with transparent background

Incidentally, st’s transparency is now handled by Xresources and  not
by compton anymore
2020-03-25 13:05:27 +01:00
Lucien Cartier-Tilet af4fa210c7
Removed unnecessary packages, added mpd as user service 2020-03-25 13:03:57 +01:00
Lucien Cartier-Tilet 2740248fce
Updated the Emacs conlanging layer 2020-03-25 12:37:00 +01:00
Lucien Cartier-Tilet 859f1c9e4d
Updated conlanging layer 2020-03-15 19:40:33 +01:00
Lucien Cartier-Tilet 3fce470ff8
Changed fish theme 2020-03-15 19:21:43 +01:00
Lucien Cartier-Tilet 51a1dd3ad2
Added NTP time synchronization 2020-02-22 12:57:06 +01:00
Lucien Cartier-Tilet 8e37d2eadf
Added pass package to install 2020-02-22 11:56:46 +01:00
Lucien Cartier-Tilet d16437c1e8
Added GTK3 config file 2020-02-22 11:45:57 +01:00
Lucien Cartier-Tilet e2b8720c44
Fixing stuff with bootstrap and gampo setup 2020-02-17 20:28:40 +01:00
Lucien Cartier-Tilet 95b022c44e
Added man pages packages because apparently they aren’t installed by default 2020-02-17 19:06:27 +01:00
Lucien Cartier-Tilet 2adc1ec523
Fixed i3 package 2020-02-17 17:18:39 +01:00
Lucien Cartier-Tilet b6da4e5d9c
Attempt to fix org tangling 2020-02-17 16:30:44 +01:00
Lucien Cartier-Tilet 2a4d536aee
Bootstrap a bit better 2020-02-17 16:26:12 +01:00
Lucien Cartier-Tilet 4c99d97c5b
Better 2020-02-17 16:12:57 +01:00
Lucien Cartier-Tilet 698b346e70
fixed forgotten fromGIT directory that was cd'd to but not created 2020-02-17 16:09:23 +01:00
Lucien Cartier-Tilet b69a6bb45a
fixed issue with bootstrap, removed python code 2020-02-17 15:49:31 +01:00
Lucien Cartier-Tilet 90bdb93671
fixed issue with bootstrap 2020-02-17 15:47:12 +01:00
Lucien Cartier-Tilet 3e841fa0b2
Updated bootstrap after submodules update 2020-02-16 23:41:28 +01:00
Lucien Cartier-Tilet 035594be8a
Added files that were lost during previous commits 2020-02-15 22:21:53 +01:00
Lucien Cartier-Tilet 92bc9ad251
Fixed submodules
Added back to their right place my submodules, but I could not add
Spacemacs as one since submodules from a repository cannot host or be
hosted by another submodule of the same repository.

Emacs-related submodules and files are now hosted in ~/.config/emacs
in prevision for Emacs 27 (for now, ~/.emacs.d is a symlink to this
directory)

Other submodules have been moved to ~/.config in order to clean my
$HOME directory
2020-02-15 22:17:03 +01:00
Lucien Cartier-Tilet 094f38f56e
moving submodules around 2020-02-13 19:17:57 +01:00
Lucien Cartier-Tilet e0ad73cfbc
Reorganizing submodules 2020-02-13 19:08:24 +01:00
Lucien Cartier-Tilet 3dd17b3460
updated private files 2020-02-08 14:51:00 +01:00
Lucien Cartier-Tilet 3cfa85c86d
Added redshift as blue light filter, converting eshell aliases
Eshell aliases are being converted to Eshell functions
2020-02-08 14:22:01 +01:00
Lucien Cartier-Tilet 75ea831454
Added Weather utility 2020-02-06 23:29:53 +01:00
Lucien Cartier-Tilet d13859ba66
Added Org files tangling in bootstrap 2020-01-30 14:06:46 +01:00
Lucien Cartier-Tilet 880c3518ab
added emacs as default application for Markdown 2020-01-29 21:21:07 +01:00
Lucien Cartier-Tilet 6b7cb66baa
updated installation bootstrap 2020-01-29 21:19:57 +01:00
Lucien Cartier-Tilet 40314a787b
removed unused rofi file 2020-01-25 02:23:02 +01:00
Lucien Cartier-Tilet 17f5f7cdff
removed unused files for polybar 2020-01-25 02:21:38 +01:00
Lucien Cartier-Tilet 0b36f32d62
deleted generated files 2020-01-25 02:05:05 +01:00
Lucien Cartier-Tilet 558a38b200
moved ncmpcpp config location 2020-01-25 01:51:08 +01:00
Lucien Cartier-Tilet 6466dca44b
removed generated i3 config, which now does not rely on yadm 2020-01-25 01:49:21 +01:00
Lucien Cartier-Tilet edc7d3b970
Moved org files to single directory, Polybar config now in org file 2020-01-16 19:48:14 +01:00
Lucien Cartier-Tilet 7d8c34eefd
fixed syntax issue 2020-01-15 18:58:27 +01:00
Lucien Cartier-Tilet 789f6622dd
removed lsl abbr, updated youtube-dl abbrs 2020-01-15 12:42:41 +01:00
Lucien Cartier-Tilet cf178001d2
modified browser shortcut in i3 2020-01-15 12:39:18 +01:00
Lucien Cartier-Tilet 2f45a783fe
All org dotfiles are now exportable as a website 2020-01-15 12:38:29 +01:00
Lucien Cartier-Tilet c32e8a4f8e
added missing package for nomacs 2019-12-30 03:21:25 +01:00
Lucien Cartier-Tilet 81697c2a88
Updated compton configuration 2019-12-28 22:20:46 +01:00
Lucien Cartier-Tilet 226690288e
Updated PATH variable 2019-12-28 22:20:18 +01:00
Lucien Cartier-Tilet a0bf1824f9
Added shortcut for connecting to wifi 2019-12-28 22:19:11 +01:00
Lucien Cartier-Tilet f55ac7c20c
Added needed packages (mostly LSP stuff), pacman- and go-managed 2019-12-28 22:08:21 +01:00
Lucien Cartier-Tilet f1b2ca342b
fixed missing ~exec~ in config file for i3lock shortcut 2019-12-07 12:29:02 +01:00
Lucien Cartier-Tilet ed9c438e61
fixed again some issues with some i3 variables 2019-12-06 17:14:57 +01:00
Lucien Cartier-Tilet 95568e0181
Fixed some configuration lines for i3
The focus_follows_mouse line had a typo which prevented the option to be
off.

The launch shortcut that use the variables were also broken, fixed that
2019-12-05 16:01:37 +01:00
Lucien Cartier-Tilet 54dc567d77
i3 config is now generated by its associated README through literate programming 2019-11-30 18:44:38 +01:00
Lucien Cartier-Tilet 19c0c83740
updated HTML headers 2019-11-30 18:43:38 +01:00
Lucien Cartier-Tilet deed6a6203
added nordvpn and Japanese fonts to packages to install 2019-11-29 21:16:11 +01:00
Lucien Cartier-Tilet 45559e2f94
added abbreviations for nordvpn in fish config 2019-11-29 21:15:37 +01:00
Lucien Cartier-Tilet 6ab599bd16
added feh as dependency for setting background 2019-11-26 15:21:39 +01:00
Lucien Cartier-Tilet 85f3bbef89
fixed typo in packages declaration 2019-11-23 19:49:41 +01:00
Lucien Cartier-Tilet f4e2b576d2
fixed typo in packages declaration 2019-11-23 19:45:11 +01:00
Lucien Cartier-Tilet 4d0de55c42
fixed typo in packages declaration 2019-11-23 19:01:37 +01:00
Lucien Cartier-Tilet 200210679e
updated domain from phundrak.fr to phundrak.com 2019-11-23 18:31:56 +01:00
Lucien Cartier-Tilet 4260820b9a
Added in bootstrap files decryption, earlier package installation 2019-11-23 18:05:18 +01:00
Lucien Cartier-Tilet 6e4508d409
Added media shortcuts for audio 2019-11-23 18:04:00 +01:00