sway: moby: fix layout/scale preferences

This commit is contained in:
2024-03-01 04:38:26 +00:00
parent 4a3f59468c
commit 81e02e2885
2 changed files with 11 additions and 1 deletions

View File

@@ -24,6 +24,12 @@
backlight = "backlight"; # /sys/class/backlight/*backlight*/brightness
};
sane.programs.sway.config = {
font = "pango:monospace 10";
mod = "Mod1"; # prefer Alt
workspace_layout = "tabbed";
};
sane.gui.sxmo = {
nogesture = true;
settings = {

View File

@@ -176,11 +176,15 @@ output "Pioneer Electronic Corporation VSX-524 0x00000101" {
pos 0,0
res 1920x1080
}
# internal display
# laptop internal display
output "Unknown 0x0637 0x00000000" {
pos 1920,0
res 1920x1080
}
# pinephone internal display (a.k.a. "Unknown Unknown Unknown")
output "DSI-1" {
scale 1.6
}
# manually export PATH here, since all my user services need that, and sane-sandboxed implementation depends on it.
# also, manually export XDG_DATA_DIRS. glib fails in weird ways (e.g. thinks everything is application/x-octet-stream mime type) without it.