Commit Graph

52 Commits

Author SHA1 Message Date
deb3e03877
[Org Files] Better readable Elisp code 2021-07-30 17:58:52 +02:00
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
e11c2701fb
More readable Elisp code 2021-07-12 12:52:40 +02:00
ff42cda756
[Awesome] Add default tag for Signal 2021-07-10 00:16:54 +02:00
bd3bb8d40a
[Awesome] New Emacs keybindings, better tags 2021-05-21 14:03:34 +02:00
81b1871990
[Awesome] Replace Discord Canary with lightcord
Also fix Mattermost’s default tag
2021-05-01 15:11:01 +02:00
2d20be5b60
[Awesome] Swap minimize and maximize buttons 2021-04-26 16:51:58 +02:00
81ecf5ce0a
[Awesome, Bin] formatting 2021-03-26 13:52:08 +01:00
78a3f5f6ee
[Awesome, Bootstrap] Change default terminal emulator
Switch from st to kitty
2021-02-09 16:58:48 +01:00
527380e5ff
[Org, meta] Change formatting of org files 2021-02-04 14:43:09 +01:00
051a4a05de
[Awesome] Finer control of screen brightness 2021-02-04 09:13:37 +01:00
a8557c2274
[Awesome] Add GIMP shortcut 2021-01-21 14:34:30 +01:00
1d7cbe8915
[Awesome, Bin, Bootstrap] Replace nitrogen with xwallpaper 2021-01-02 13:52:18 +01:00
c965df6b65
[Awesome] Remove unused keybindings 2021-01-02 13:26:53 +01:00
6519fa6793
[Bin, Awesome] Add script to read YouTube videos in mpv
New script to read YouTube videos in mpv, with possibility to choose
the video resolution

Also add shortcut in Awesome to invoke this script
2020-12-28 21:06:18 +01:00
860e7c9d8b
[Awesome] Change chapter name 2020-12-10 10:34:34 +01:00
6665074db0
[Org files] Formatting 2020-12-10 10:20:21 +01:00
a4e83f1954
[Awesome] Fix behavior of scroll on tags 2020-12-02 14:20:24 +01:00
32d9f690e9
[Awesome] Add shortcut to rofi-ytdl, fix category of other command 2020-11-29 13:46:19 +01:00
fcb10ceccb
[Awesome] Update and add rofi shortcuts 2020-11-28 18:14:52 +01:00
0c3211a046
[Awesome] Update name of script, slightly larger titlebars 2020-11-27 16:47:52 +01:00
3a1015b9e7
[Org files] Formatted org files to look better with new org config 2020-11-13 15:18:43 +01:00
55cdad04ca
[Awesome] Add Mattermost to the tag 0 by default 2020-11-06 14:45:52 +01:00
97c0c4c744
[Emacs] Simplify Elisp configuration code, more literate programming
All checks were successful
continuous-integration/drone/push Build is passing
The list of languages supported with org-babel is now presented as an
org table.

Common variable values in org projects are now shared through one
variable each instead of having the value repeated.
2020-10-21 17:52:10 +02:00
6b92c8bc4c
[Bin, Awesome] Add touchpad tapping toggling
XF86ToggleTouchpad is now bound to the new script `tttouchpad'
2020-10-14 18:34:30 +02:00
51474c0054
[Awesome] Add keybinding for changing screen focus
All checks were successful
continuous-integration/drone/push Build is passing
Modkey+o now changes screen focus

Changing a client from screen to screen is now mapped to
Modkey+Shift+o
2020-10-03 20:22:03 +02:00
7b2c7d8145
[Org source] Fix mkdirp tangling argument 2020-09-28 18:22:32 +02:00
c290305a26
[Awesome, Bin.org] Change the way my programs autostart
Autostarting my programs are now done through a shell script, which
Awesome calls.
2020-09-02 13:28:14 +02:00
39fab94f8c
[Org files] Removed org header 2020-08-29 00:53:07 +02:00
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
c43cc10f06
Added automatic screens config 2020-07-16 13:19:36 +02:00
9fa6082dab
Updated Awesome shortcuts 2020-07-11 18:20:56 +02:00
c803be2505
Updated keyboard configuration, removed related Awesome autostart 2020-07-11 18:20:44 +02:00
d3d7f118e1
Updated windows organization, added autostart command 2020-07-11 18:16:51 +02:00
c19d4b0d96
Removed unused Lua function in Awesome config 2020-06-14 20:57:47 +02:00
fa3faba5a2
Better wallpaper handling in Awesome with new tools from bin.org 2020-06-14 20:53:27 +02:00
6843dfbdbc
This breaks my code tangling 2020-06-14 20:51:56 +02:00
ab489600c1
Fixed links broken with previous commit 2020-06-07 19:07:02 +02:00
d6f688d985
Updated headings’ custom ID 2020-06-07 17:43:20 +02:00
b81224865f
better headers 2020-06-01 17:53:20 +02:00
5df567954f
Forgot to remove those 2020-05-17 20:39:17 +02:00
0243f490f6
better org files, updated installation packages 2020-05-17 15:04:07 +02:00
16f127f0d8
Updated neofetch config 2020-04-30 11:16:46 +02:00
534fd52802
Updated client behavior 2020-04-29 21:17:05 +02:00
fccd63f4de
Reorganized layouts, moving or resizing a client will make it float 2020-04-29 17:53:02 +02:00
74afc5a50b
Updated and fixed keyboard shortcuts 2020-04-21 12:55:30 +02:00
b3ac0a50ec
Fixed issue with client shortcuts, resolved conflicting shortcuts 2020-04-12 15:47:26 +02:00
f1967cd488
Added TODO to awesome.org for fixing stuff and having new projects 2020-04-11 20:33:40 +02:00
e0037b47e1
Fixing some keybindings in Awesome 2020-04-11 20:26:40 +02:00
5453b8bc5e
Updated shortcut in i3, added lots of shortcuts to Awesome
In i3, the mail shortcut still pointed at Gnus, despite my switch to
mu4e.

In awesome, I added most of the shortcuts found in my i3 config, add
added some custom command handling
2020-04-11 12:59:43 +02:00