aboutsummaryrefslogtreecommitdiff
path: root/home/wm (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-01-22ref(home/swaylock): different background colorFranck Cuny1-1/+1
2023-01-15ref(home/matrix): replace element by fractalFranck Cuny1-1/+2
fractal(-next) is a client for matrix. It's GTK4 native and uses rust. While not much nicer looking than element, it's not an electron app, which I prefer (electron is slow, and element would freeze/crash from time to time). I renamed the module from element to matrix-client, in case I switch to something else in the future (or if there are additional configurations).
2023-01-15ref(home/sway): auto login and enable systemd integrationFranck Cuny1-4/+7
When the laptop boots, I already have to enter a passphrase to unlock the disks, I can trust that it's me and can automatically log into the system. Enable systemd integration for sway so that the correct session is started and environment variables are imported properly.
2023-01-11ref(home/swayidle): configure it using upstream moduleFranck Cuny1-18/+24
2023-01-07fix(home/sway): set the environment variable correctlyFranck Cuny1-1/+1
2022-11-21ref(fonts): switch back to source code proFranck Cuny1-1/+1
I find Source Code Pro to be more readable than iosevka.
2022-11-15feat(fonts): add iosevka to the list of fontsFranck Cuny2-2/+2
Replace the use of Source Code Pro with Iosevka in a few applications (sway, waybar, alacritty).
2022-09-24fix(home/wm): unlock gnome-keyring when loggingFranck Cuny2-11/+19
2022-09-23fix(home/waybar): fix the configuration after 22.05Franck Cuny1-29/+27
The configuration for the modules has changed as of 22.05 (see [1]). This change is to remove the `modules` section from the settings. [1] https://github.com/nix-community/home-manager/commit/7c320a53254609d9814280a34e312b7f00fd160b
2022-06-10fix(fmt): correct formatting for all nix filesFranck Cuny7-8/+16
This was done by running `nixpkgs-fmt .'. Change-Id: I4ea6c1e759bf468d08074be2111cbc7af72df295 Reviewed-on: https://cl.fcuny.net/c/world/+/404 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-05-16sway: comments and floating windows configurationFranck Cuny1-4/+27
2022-05-16swaybar: clean up description for bluetoothFranck Cuny1-1/+1
2022-04-09delete configuration related to colorsFranck Cuny5-120/+7
Setting colors is hard, and it's an easy way to waste time. The only color settings I keep are the ones related to waybar, to make sure it does not look like a Christmas tree. Which means that most applications are going to use their default theme, and I'm OK with that.
2022-04-08home: move waybar's style to a CSS fileFranck Cuny2-87/+84
2022-04-08home: move css/config for wofi to external filesFranck Cuny3-52/+49
2022-04-08home: add more configurations for home-managerFranck Cuny9-0/+444