diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-11-15 07:25:41 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-11-15 07:25:41 +0530 |
commit | 0bdaac634da5e187fae86ec25ff0f7390d3a0042 (patch) | |
tree | 1b08994debf88b44f3af28ffb8dc4a04bcaf5e80 /home/cez/modules | |
parent | aad3668d927aec8799b1ff72de88841ece6cf37b (diff) |
cez: drop asound confmaster
Diffstat (limited to 'home/cez/modules')
-rw-r--r-- | home/cez/modules/wayland.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/cez/modules/wayland.nix b/home/cez/modules/wayland.nix index af4bb89..525d51d 100644 --- a/home/cez/modules/wayland.nix +++ b/home/cez/modules/wayland.nix @@ -6,6 +6,7 @@ in { # vendor hardcoded screenshot key bindsym."mod4+shift+s" = "exec ${freezshot}"; output."eDP-1".scale = 1.4; + output."HDMI-A-1".scale = 1.6; }; programs.bemenu.settings.line-height = 25; |