AutoYADM commit: 2025-01-10 17:10:05

This commit is contained in:
Daniel Fichtinger 2025-01-10 17:10:05 -05:00
parent 4708c17ef8
commit 72c7f75b9a
2 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,6 @@
theme = /home/fic/dev/plugins/ashen.nvim/extras/ghostty/ashen theme = /home/fic/dev/plugins/ashen.nvim/extras/ghostty/ashen
font-family = SauceCodePro NFM font-family = SauceCodePro NFM
font-size = 13 font-size = 12
window-decoration = false window-decoration = false
window-theme = dark window-theme = dark
keybind = ctrl+enter=unbind keybind = ctrl+enter=unbind

View file

@ -33,9 +33,10 @@ output * bg $wallpaper fill
# #
# You can get the names of your outputs by running: swaymsg -t get_outputs # You can get the names of your outputs by running: swaymsg -t get_outputs
set $laptop eDP-1 set $laptop eDP-1
set $lab DP-1
output eDP-1 resolution 1920x1080 output eDP-1 resolution 1920x1080
output HDMI-A-0 resolution 3820x2160 output $lab resolution 3820x2160
output HDMI-A-0 scale 2 output $lab scale 1.5
bindswitch --reload --locked lid:on output $laptop disable bindswitch --reload --locked lid:on output $laptop disable
bindswitch --reload --locked lid:off output $laptop enable bindswitch --reload --locked lid:off output $laptop enable