From 72c7f75b9aadc153304e1a71d67cd901489bd54d Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 10 Jan 2025 17:10:05 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-10 17:10:05 --- .config/ghostty/config | 2 +- .config/sway/config | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.config/ghostty/config b/.config/ghostty/config index f8ce37da..c7ffe437 100644 --- a/.config/ghostty/config +++ b/.config/ghostty/config @@ -1,6 +1,6 @@ theme = /home/fic/dev/plugins/ashen.nvim/extras/ghostty/ashen font-family = SauceCodePro NFM -font-size = 13 +font-size = 12 window-decoration = false window-theme = dark keybind = ctrl+enter=unbind diff --git a/.config/sway/config b/.config/sway/config index 7774ac19..3eb80f5f 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -33,9 +33,10 @@ output * bg $wallpaper fill # # You can get the names of your outputs by running: swaymsg -t get_outputs set $laptop eDP-1 +set $lab DP-1 output eDP-1 resolution 1920x1080 -output HDMI-A-0 resolution 3820x2160 -output HDMI-A-0 scale 2 +output $lab resolution 3820x2160 +output $lab scale 1.5 bindswitch --reload --locked lid:on output $laptop disable bindswitch --reload --locked lid:off output $laptop enable