2 Commits

Author SHA1 Message Date
Armel van Ravels
c3984b17dc Use different resolution at work 2026-04-28 09:56:02 +02:00
2f0c7750de Add mouse support to tmux 2026-04-28 09:55:18 +02:00
2 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
programs.tmux.enable = true; programs.tmux = {
enable = true;
mouse = true;
};
} }

View File

@@ -27,7 +27,7 @@ in
settings = { settings = {
### MONITOR ### MONITOR
monitor = [ monitor = [
"DP-3,2440x1440,auto,1" "DP-3,1920x1080,auto,1"
",preferred,auto,1" ",preferred,auto,1"
]; ];