sway/config: bought a new monitor
keep scale to 1.0 on the 4k screen. I still got good eyes (and can use browser and terminal zoom)
This commit is contained in:
parent
b78282266f
commit
febb5e6460
|
@ -5,11 +5,13 @@ set $mod Mod4
|
||||||
|
|
||||||
# https://github.com/swaywm/sway/wiki#display-configuration
|
# https://github.com/swaywm/sway/wiki#display-configuration
|
||||||
# swaymsg -t get_outputs
|
# swaymsg -t get_outputs
|
||||||
set $primary 'LG Electronics 24MB65 512NTHM7N489'
|
set $primary 'ASUSTek COMPUTER INC PA279CRV SALMSB001834'
|
||||||
set $secondary 'BNQ BenQ GW2450H K8D03191SL0'
|
# set $primary 'LG Electronics 24MB65 512NTHM7N489'
|
||||||
|
set $secondary 'LG Electronics 24MB65 512NTHM7N489'
|
||||||
|
# set $secondary 'BNQ BenQ GW2450H K8D03191SL0'
|
||||||
set $laptop eDP-1
|
set $laptop eDP-1
|
||||||
|
|
||||||
output $primary pos 1080 135
|
output $primary pos 1200 135 scale 1
|
||||||
output $secondary pos 0 0 transform 90
|
output $secondary pos 0 0 transform 90
|
||||||
|
|
||||||
# output * bg ~/.dotfiles/backgrounds/samuel-ferrara-uOi3lg8fGl4-unsplash.jpg fill
|
# output * bg ~/.dotfiles/backgrounds/samuel-ferrara-uOi3lg8fGl4-unsplash.jpg fill
|
||||||
|
@ -114,7 +116,7 @@ bindsym $mod+a focus parent
|
||||||
#bindsym $mod+d focus child
|
#bindsym $mod+d focus child
|
||||||
|
|
||||||
# App launcher
|
# App launcher
|
||||||
bindsym $mod+space exec fuzzel -w 50 -x 8 -y 8 -r 3 -b 232635ff -t A6Accdff -s A6Accdff -S 232635ff -C c792eacc -m c792eacc -f "Iosevka ss08:weight=light:size=11" --no-fuzzy --icon-theme="Papirus-Dark"
|
bindsym $mod+space exec fuzzel -w 50 -x 8 -y 8 -r 3 -b 232635ff -t A6Accdff -s A6Accdff -S 232635ff -C c792eacc -m c792eacc -f "Iosevka ss08:weight=light:size=11" --icon-theme="Papirus-Dark"
|
||||||
|
|
||||||
# Set defaults
|
# Set defaults
|
||||||
default_orientation horizontal
|
default_orientation horizontal
|
||||||
|
|
Loading…
Reference in New Issue