Commit Graph

1731 Commits

Author SHA1 Message Date
Lucien Cartier-Tilet 2538786be8
[Emacs] Replace Swift layer with Java layer 2021-02-04 09:20:52 +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 2ea6cd5ecf
[Fish] Set prompt theme to Nord 2021-02-04 09:14:52 +01:00
Lucien Cartier-Tilet 84de2cce7e
[Bin] Begin to fix wacom-setup, still bugged, see TODO 2021-02-04 09:14:14 +01:00
Lucien Cartier-Tilet 051a4a05de
[Awesome] Finer control of screen brightness 2021-02-04 09:13:37 +01:00
Lucien Cartier-Tilet 503aec3302
[Paru, Bin, Index] Reorganize headers, add dired script, paru conf 2021-01-27 19:03:11 +01:00
Lucien Cartier-Tilet ffd4621060
[Emacs] Turn native async compilation warnings off early 2021-01-27 16:41:32 +01:00
Lucien Cartier-Tilet 3c22c77226
[st] Increase transparency of st to match Firefox and Awesome
Also whitespace with picom.org
2021-01-27 16:40:49 +01:00
Lucien Cartier-Tilet 10978904f8
[Emacs] Update maildirs in mu4e bookmarks, sign emails
Turns out isync didn’t sync my /Junk directory in which were a lot of
emails I would have liked to read. Now bookmarks referring to /Inbox
also display content from /Junk

Also, emails are automatically signed with PGP/MIME now.
2021-01-27 16:37:35 +01:00
Lucien Cartier-Tilet 026b005cd0
[Emacs] Better faces for diff-mode 2021-01-21 14:36:16 +01:00
Lucien Cartier-Tilet eff1d942a8
[Emacs] Update paths for `phundrak/find-org-files' 2021-01-21 14:35:57 +01:00
Lucien Cartier-Tilet 2c3f43dbbf
[Emacs] Remove unused shortcut and function 2021-01-21 14:35:48 +01:00
Lucien Cartier-Tilet a8557c2274
[Awesome] Add GIMP shortcut 2021-01-21 14:34:30 +01:00
Lucien Cartier-Tilet 2364a4aa8c
[Submodule] Update firefox theme, move repo 2021-01-21 14:33:25 +01:00
Lucien Cartier-Tilet b191f32bca
[Emacs] Add ob-latex-as-png package and setup 2021-01-18 01:42:09 +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 a1d29e6bd7
[Emacs] Fix fixed-pitch faces, add svg of org-mode screenshot 2021-01-13 17:13:45 +01:00
Lucien Cartier-Tilet e2a5bd3c60
Remove unneeded code, fix org faces 2021-01-13 16:40:49 +01:00
Lucien Cartier-Tilet 3c5cec5df7
[Emacs] Fix fixed-pitch faces 2021-01-10 15:37:06 +01:00
Lucien Cartier-Tilet bc7f7e3182
[Bin] Set default soundcard in autostart 2021-01-09 19:16:08 +01:00
Lucien Cartier-Tilet a7db109206
[Emacs] Fix org-block background color, fix mu4e face
org-block background color was too light and had too little contrast
with the selection face. Similarly, `mu4e-highlight-face' was empty.
This commit fixes that by giving org-block a darker background and
`mu4e-highlight-face' a background and foreground color.
2021-01-09 14:36:19 +01:00
Lucien Cartier-Tilet a04064848d
[Emacs] Prevent unrequired connections to host Tilo
Having a project located in a remote host in
`projectile-ignored-projects' made Emacs often connect to Tilo for no
apparent reasons. This commit should fix it.
2021-01-08 22:38:48 +01:00
Lucien Cartier-Tilet 2919c7b286
[Emacs] Change theme to official nord theme, fix faces
I use now the official nord theme found on Articices Studio’s Github.

Faces broke partly due to two different calls to
`custom-theme-set-faces'. This can be fixed by putting all faces
editions together. However, this commit also removes custom faces for
mu4e since colors are no longer broken.

The code for faces is now generated from the org tables in the
related subheadings.
2021-01-08 03:43:33 +01:00
Lucien Cartier-Tilet 1b5fb4144d
[Emacs] Better which-key description for shortcut 2021-01-07 19:14:45 +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 26053b0e8b
[Bin] Fix issue downloading videos with ytdl
When downloading a whole channel, ytdl used to download everything
including playlists displayed on the user’s main page. Now, a check
is performed in order to verify if the URL passed is a channel, and
if it is only download the videos listed on their uploads page.
2021-01-06 16:10:39 +01:00
Lucien Cartier-Tilet 7a676a1f88
[Emacs] Go back to horizontal separation in mu4e 2021-01-05 23:53:44 +01:00
Lucien Cartier-Tilet a40d7472a1
[Emacs] Fix find-org-files when in TRAMP connection 2021-01-05 16:50:36 +01:00
Lucien Cartier-Tilet dcb27e32d2
[Emacs] Don’t byte-compile user configuration in dotspacemacs
Byte-compiling my configuration actually doesn’t make configuration
loading time any shorter and increases Emacs startup time due to the
time spent byte-compiling it. This is now removed.
2021-01-05 16:44:09 +01:00
Lucien Cartier-Tilet e8121b452f
[Emacs] Add shortcut to spawn new Eshell buffer 2021-01-05 16:43:45 +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 371b653ffe
[Emacs] Add shortcut for sorting lines 2021-01-04 16:15:27 +01:00
Lucien Cartier-Tilet 0166ec0a02
[Bin] add utility to unify how a wallpaper is set 2021-01-04 15:00:40 +01:00
Lucien Cartier-Tilet 6cfc0326f6
[Encrypted files] update files 2021-01-04 14:18:14 +01:00
Lucien Cartier-Tilet d977b1a88b
[Emacs] Add again eshell syntax highlight 2021-01-04 14:17:09 +01:00
Lucien Cartier-Tilet fcc16e8f98
[Emacs] Fix org faces
Between Emacs 28.0.50.145785 and Emacs 28.0.50.146000, a commit broke my
face config, and inheriting from `fixed-pitch' no longer made my faces
fixed-pitched. This commit therefore sets directly the font of the faces
than need to be fixed-pitched instead of relying on the `fixed-pitch'
face.
2021-01-04 14:17:09 +01:00
Lucien Cartier-Tilet b027b2b03b
[Bin] reorganize order of autostart 2021-01-04 14:10:32 +01:00
Lucien Cartier-Tilet 552c91b473
[Bin] set-pape now supports subdirectories, fix select-pape
`set-pape' now find all files in $PAPESDIR, including subdirectories.
The way the wallpaper is randomly selected is also simplified, and the
script is now written in bash rather than in fish.

`select-pape' now writes to $HOME/.cache/wallpaper only when a wallpaper
is selected. Otherwise, nothing is done.
2021-01-04 14:10:15 +01:00
Lucien Cartier-Tilet fc497a5fd9
yadm upgrade path of encrypted file 2021-01-04 14:03:17 +01:00
Lucien Cartier-Tilet 8c52c44931
[Emacs] Fix heading in captured files 2021-01-02 15:36:26 +01:00
Lucien Cartier-Tilet a56d24eb5a
[Bin] Fix autostart and select-pape
Autostart did not detect properly if some processes were actually
running or not. This commit fixes it and only launches programs marked
to run only once only when they are not already running.

select-pape did not set its cache file in the correct location, this is
now fixed
2021-01-02 14:13:13 +01:00
Lucien Cartier-Tilet 805bc608fc
[Bin] Reorganize bin.org, add select-pape script
Now wallpaper-related scripts use xwallpaper instead of nitrogen

select-pape gives the user the ability to choose their wallpaper throguh
sxiv and xwallpaper
2021-01-02 13:52:47 +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 c965df6b65
[Awesome] Remove unused keybindings 2021-01-02 13:26:53 +01:00
Lucien Cartier-Tilet a0b258581a
[Bin] Fix issue with awiki
This commit fixes an issue with awiki where selecting a page which title
contains whitespace would not open the page in the browser due to
remaining whitespace. This commit fixes it by replacing whitespace with
underscores.
2021-01-02 13:26:30 +01:00
Lucien Cartier-Tilet 182a8e62db
[Bin] ytplay now plays audio too 2021-01-02 00:59:07 +01:00
Lucien Cartier-Tilet 3ef805e07b
[Emacs] For some reason, this made Emacs break 2021-01-02 00:58:31 +01:00