awesome/tests/examples/shims/beautiful/xresources.lua

9 lines
196 B
Lua

return {
apply_dpi = function(size, _)
return size
end,
get_dpi = function() return 96 end,
}
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80