Compare commits

..

6 commits

Author SHA1 Message Date
Bruno BELANYI 3a5405f03d home: tmux: enable focus events
All checks were successful
ci/woodpecker/push/check Pipeline was successful
Since `tmux-sensible` was disabled by default, we should enable this
explicitly now.
2024-12-03 14:35:02 +00:00
Bruno BELANYI 6489f348d9 flake: bump inputs
Allow-list the build inputs for `sonarr` until the package is fixed
upstream [1].

[1]: https://github.com/NixOS/nixpkgs/issues/360592
2024-12-03 14:35:02 +00:00
Bruno BELANYI ca8c433ac2 nixos: hardware: sound: remove ALSA
`sound.enable` was removed from the latest release, and is unnecessary
with PulseAudio.
2024-12-03 10:36:23 +00:00
Bruno BELANYI 570b9dcf0f home: packages: add 'tree'
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2024-11-29 14:29:32 +00:00
Bruno BELANYI e03db8642a nixos: system: packages: remove 'wget'
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2024-11-28 19:59:41 +00:00
Bruno BELANYI 9fc7d32481 home: tmux: add sloppy window switching bindings
All checks were successful
ci/woodpecker/push/check Pipeline was successful
Another set of bindings which were setup by `tmux-sensible`, that I want
to enable explicitly to avoid issues when it is disabled by default.
2024-11-28 18:39:10 +00:00

View file

@ -87,7 +87,7 @@ in
# Accept sloppy Ctrl key when switching windows, on top of default mapping
bind-key -N "Select the previous window" C-p previous-window
bind-key -N "Select the next window" C-n next-window
bind-key -N "Select the next window" C-n next -window
# Better vim mode
bind-key -T copy-mode-vi 'v' send -X begin-selection