Commit Graph

45 Commits

Author SHA1 Message Date
Lucien Cartier-Tilet 81ecf5ce0a
[Awesome, Bin] formatting 2021-03-26 13:52:08 +01:00
Lucien Cartier-Tilet 78a3f5f6ee
[Awesome, Bootstrap] Change default terminal emulator
Switch from st to kitty
2021-02-09 16:58:48 +01:00
Lucien Cartier-Tilet 527380e5ff
[Org, meta] Change formatting of org files 2021-02-04 14:43:09 +01:00
Lucien Cartier-Tilet 051a4a05de
[Awesome] Finer control of screen brightness 2021-02-04 09:13:37 +01:00
Lucien Cartier-Tilet a8557c2274
[Awesome] Add GIMP shortcut 2021-01-21 14:34:30 +01:00
Lucien Cartier-Tilet 1d7cbe8915
[Awesome, Bin, Bootstrap] Replace nitrogen with xwallpaper 2021-01-02 13:52:18 +01:00
Lucien Cartier-Tilet c965df6b65
[Awesome] Remove unused keybindings 2021-01-02 13:26:53 +01:00
Lucien Cartier-Tilet 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
Lucien Cartier-Tilet 860e7c9d8b
[Awesome] Change chapter name 2020-12-10 10:34:34 +01:00
Lucien Cartier-Tilet 6665074db0
[Org files] Formatting 2020-12-10 10:20:21 +01:00
Lucien Cartier-Tilet a4e83f1954
[Awesome] Fix behavior of scroll on tags 2020-12-02 14:20:24 +01:00
Lucien Cartier-Tilet 32d9f690e9
[Awesome] Add shortcut to rofi-ytdl, fix category of other command 2020-11-29 13:46:19 +01:00
Lucien Cartier-Tilet fcb10ceccb
[Awesome] Update and add rofi shortcuts 2020-11-28 18:14:52 +01:00
Lucien Cartier-Tilet 0c3211a046
[Awesome] Update name of script, slightly larger titlebars 2020-11-27 16:47:52 +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 55cdad04ca
[Awesome] Add Mattermost to the tag 0 by default 2020-11-06 14:45:52 +01:00
Lucien Cartier-Tilet 97c0c4c744
[Emacs] Simplify Elisp configuration code, more literate programming
continuous-integration/drone/push Build is passing Details
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
Lucien Cartier-Tilet 6b92c8bc4c
[Bin, Awesome] Add touchpad tapping toggling
XF86ToggleTouchpad is now bound to the new script `tttouchpad'
2020-10-14 18:34:30 +02:00
Lucien Cartier-Tilet 51474c0054
[Awesome] Add keybinding for changing screen focus
continuous-integration/drone/push Build is passing Details
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
Lucien Cartier-Tilet 7b2c7d8145
[Org source] Fix mkdirp tangling argument 2020-09-28 18:22:32 +02:00
Lucien Cartier-Tilet 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
Lucien Cartier-Tilet 39fab94f8c
[Org files] Removed org header 2020-08-29 00:53:07 +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 c43cc10f06
Added automatic screens config 2020-07-16 13:19:36 +02:00
Lucien Cartier-Tilet 9fa6082dab
Updated Awesome shortcuts 2020-07-11 18:20:56 +02:00
Lucien Cartier-Tilet c803be2505
Updated keyboard configuration, removed related Awesome autostart 2020-07-11 18:20:44 +02:00
Lucien Cartier-Tilet d3d7f118e1
Updated windows organization, added autostart command 2020-07-11 18:16:51 +02:00
Lucien Cartier-Tilet c19d4b0d96
Removed unused Lua function in Awesome config 2020-06-14 20:57:47 +02:00
Lucien Cartier-Tilet fa3faba5a2
Better wallpaper handling in Awesome with new tools from bin.org 2020-06-14 20:53:27 +02:00
Lucien Cartier-Tilet 6843dfbdbc
This breaks my code tangling 2020-06-14 20:51:56 +02:00
Lucien Cartier-Tilet ab489600c1
Fixed links broken with previous commit 2020-06-07 19:07:02 +02:00
Lucien Cartier-Tilet d6f688d985
Updated headings’ custom ID 2020-06-07 17:43:20 +02:00
Lucien Cartier-Tilet b81224865f
better headers 2020-06-01 17:53:20 +02:00
Lucien Cartier-Tilet 5df567954f
Forgot to remove those 2020-05-17 20:39:17 +02:00
Lucien Cartier-Tilet 0243f490f6
better org files, updated installation packages 2020-05-17 15:04:07 +02:00
Lucien Cartier-Tilet 16f127f0d8
Updated neofetch config 2020-04-30 11:16:46 +02:00
Lucien Cartier-Tilet 534fd52802
Updated client behavior 2020-04-29 21:17:05 +02:00
Lucien Cartier-Tilet fccd63f4de
Reorganized layouts, moving or resizing a client will make it float 2020-04-29 17:53:02 +02:00
Lucien Cartier-Tilet 74afc5a50b
Updated and fixed keyboard shortcuts 2020-04-21 12:55:30 +02:00
Lucien Cartier-Tilet b3ac0a50ec
Fixed issue with client shortcuts, resolved conflicting shortcuts 2020-04-12 15:47:26 +02:00
Lucien Cartier-Tilet f1967cd488
Added TODO to awesome.org for fixing stuff and having new projects 2020-04-11 20:33:40 +02:00
Lucien Cartier-Tilet e0037b47e1
Fixing some keybindings in Awesome 2020-04-11 20:26:40 +02:00
Lucien Cartier-Tilet 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
Lucien Cartier-Tilet fe5e3de04c
Better use of litterate programming 2020-04-11 00:42:30 +02:00
Lucien Cartier-Tilet d841bacb12
Added AwesomeWM configuration 2020-04-10 19:32:58 +02:00