sway: move DPI config to an ignored separate file

This commit is contained in:
Peter Cai 2021-11-21 20:22:05 -05:00
parent 946da849d0
commit c444cf63b5
3 changed files with 3 additions and 5 deletions

2
sway/.config/sway/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
local.d/**
!local.d/placeholder

View file

@ -198,6 +198,7 @@ mode "resize" {
bindsym $mod+r mode "resize"
include /etc/sway/config.d/*
include /home/peter/.config/sway/local.d/*
bindsym Ctrl+Mod1+l exec swaylock -i /home/peter/Downloads/wallpapers/737332.png --clock --fade-in 1 --indicator --indicator-thickness 6 --ring-color 5af78e --inside-color 00000055 --key-hl-color 4d4d4d --line-uses-ring --separator-color 00000000 --text-color ffffff --timestr "%H:%M"
bindsym $mod+x exec bemenu-run | xargs swaymsg exec --
@ -220,11 +221,6 @@ input "*" {
xkb_options compose:ralt
}
output DP-1 scale 2
xwayland scale 2
output "*" bg /home/peter/Downloads/wallpapers/737332.png fill
client.focused 00000000 00000000 00000000 00000000
client.focused_inactive 00000000 00000000 00000000 00000000
client.unfocused 00000000 00000000 00000000 00000000

View file