4e31affc79
Invert the touchpad
2023-10-24 19:58:27 +02:00
14d80b72e6
Reduce gaps
2023-10-24 19:31:21 +02:00
a0ffd6e96b
Use the GTK3 version of PCManFM
2023-10-24 19:23:50 +02:00
6b3281904b
Fix race condition
2023-10-21 19:20:19 +02:00
a9c5fd211a
Remove obsolete stuff
2023-10-21 16:41:20 +02:00
376badc670
Remove X.org related files
2023-10-21 16:38:18 +02:00
f2db1896e6
Remove compose key files
2023-10-21 16:33:04 +02:00
6a24720a3a
Refactor the monitor config
2023-10-21 16:29:24 +02:00
9e17f38965
Add spaces for clarity
2023-10-21 16:28:00 +02:00
8325e2d0f8
Configure the wallpaper
2023-10-21 16:27:26 +02:00
2402a04c36
Set the compose key
2023-10-21 13:02:00 +02:00
f7f73d7fb6
Reorder the Hyprland related packages
2023-10-15 17:58:13 +02:00
6061476220
Add the screenshot key
2023-10-15 17:57:41 +02:00
4bc35ac815
Use reflector instead of a custom script
2023-10-15 13:11:04 +02:00
a8cadd898c
Add a screenshot utility for Wayland
2023-10-15 12:55:51 +02:00
7c6a4e7042
Add a plugin for Zathura
2023-10-15 12:48:14 +02:00
efbc2e572b
Set media keys
2023-10-15 12:04:36 +02:00
e828062b6d
Set new backlight icons
2023-10-15 12:03:54 +02:00
d821425f8c
Remove sway from the waybar config
2023-10-14 15:34:17 +02:00
dc30843cbd
Add roboto fonts
2023-10-14 15:33:15 +02:00
0d61eadd4f
Waybar basic config
2023-10-14 15:07:00 +02:00
cd463f963b
Switch to Hyprland
2023-10-14 14:32:12 +02:00
1f42e015ad
Add the right alt key
2023-10-13 20:09:53 +02:00
14375dd31c
Remove git-delta
2023-10-04 19:21:41 +02:00
424e2ee837
Add a few CLI tools
2023-09-29 17:23:10 +02:00
5df2c14626
Add the default application for the asf format
2023-09-01 10:29:41 +02:00
1a18981102
Export the default terminal
2023-09-01 08:33:00 +02:00
3162600d07
Update my email address
2023-08-25 14:56:52 +02:00
Rodolphe Bréard
98aa1263bc
Use tabs for Vue.js
2023-07-30 12:42:53 +02:00
Rodolphe Bréard
bb144718c6
Use tabs for JavaScript
2023-07-26 20:34:51 +02:00
Rodolphe Bréard
9d74eb8451
Add the vim-vue-plugin
2023-07-26 20:34:19 +02:00
Rodolphe Bréard
2bac6c7df4
Move the indentation preferences from ftplugin to indent
2023-06-06 19:36:38 +02:00
Rodolphe Bréard
450a044517
Disable conceal in vim
2023-06-04 14:21:52 +02:00
Rodolphe Bréard
5bd907b437
Remove the vim-dnsserial plugin
2023-06-04 14:04:55 +02:00
Rodolphe Bréard
20344237fd
Replace Vundle by vim-plug
2023-06-04 14:01:50 +02:00
Rodolphe Bréard
cc79c734fe
Update i3status
2023-05-28 08:25:57 +02:00
Rodolphe Bréard
c3cac8891b
Use tabs for indenting SQL and HTML
2023-04-23 17:18:07 +02:00
Rodolphe Bréard
77aff22fb5
Change the terminal font config
2023-04-23 17:17:32 +02:00
Rodolphe Bréard
4477bd5b70
Add inetutils
2023-04-15 17:08:50 +02:00
Rodolphe Bréard
f6d16c2a34
Add the indentLine vim plugin
2022-10-15 21:16:42 +02:00
Rodolphe Bréard
bf4aff4f19
Disable mouse support
2022-10-14 18:46:08 +02:00
Rodolphe Bréard
a57191e723
Use tabs instead spaces in source code
2022-10-06 12:37:07 +02:00
Rodolphe Bréard
4cd8e8355d
Add Debian's path for liquidprompt
2022-08-02 17:28:05 +02:00
Rodolphe Bréard
cf0e13e518
Reorganizing the mimeapps.list
file
2022-07-30 19:02:40 +02:00
Rodolphe Bréard
cfb489dc1d
Add the Shodan CLI
2022-07-17 19:01:45 +02:00
Rodolphe Bréard
bc516b04f9
Bind the media keys to a specific media player
...
That's kind of how it used to work before the forced use of MPRIS.
Without this change, only the latest used media player will receive the
signal, which mean that, when I open a video on Firefox, the play-pause
signal will be sent to Firefox and will therefore pause the video
instead of the music I was listening to with Rythmbox.
2022-07-15 13:43:54 +02:00
Rodolphe Bréard
449c161911
Add playerctl bindings to i3
...
Since version 3.4.5, Rhythmbox dropped the mmkeys plugin, stating that
it is "no longer useful" and it "has been obsoleted by MPRIS". This
change broke the media keys support on i3.
Since the regression is on purpose, there might not be no way to get
this mmkeys plugin back in Rhythmbox. The workaround is therefore to use
MPRIS. I chose playerctl since it is the most straightforward to me. A
few i3 key bindings later, media keys were back in control of Rhythmbox!
https://gitlab.gnome.org/GNOME/rhythmbox/-/blob/v3.4.5/NEWS
0cdeb7cb7a
https://wiki.archlinux.org/title/MPRIS
https://i3wm.org/docs/userguide.html#keybindings
2022-07-12 22:53:31 +02:00
Rodolphe Bréard
dbb0388470
Use /usr/bin/env bash
instead of /bin/sh
2022-05-08 11:54:07 +02:00
Rodolphe Bréard
f371c34205
MS-DOS file systems
2022-04-29 17:56:57 +02:00
Rodolphe Bréard
6888a3b203
Migrate from youtube-dl to yt-dlp
2022-03-26 12:34:27 +01:00