2 Commits

Author SHA1 Message Date
a705cac5de configure macbook pro screen 2026-04-28 20:51:43 +02:00
2f0c7750de Add mouse support to tmux 2026-04-28 09:55:18 +02:00
2 changed files with 5 additions and 1 deletions

View File

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

View File

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