aboutsummaryrefslogtreecommitdiff
path: root/home/wm/sway (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-31home/sway: start sway and ssh-agent properlyFranck Cuny1-0/+20
I only need to run sway and the ssh-agent on a workstation (desktop or laptop). Start these two processes when the window manager starts.
2023-03-18home/fonts: be more consistent in my choicesFranck Cuny1-1/+1
- source code pro for monospace - dejavu sans for sans serif - dejavu serif for serif
2023-03-14home/sway: a bunch of small tweaksFranck 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-07fix(home/sway): set the environment variable correctlyFranck Cuny1-1/+1
2022-11-15feat(fonts): add iosevka to the list of fontsFranck Cuny1-1/+1
Replace the use of Source Code Pro with Iosevka in a few applications (sway, waybar, alacritty).
2022-06-10fix(fmt): correct formatting for all nix filesFranck Cuny1-1/+2
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-04-08home: add more configurations for home-managerFranck Cuny1-0/+90