ソースを参照

~/.config/awesome/rc.lua: Wider borders, make terminals fill the screen.

Ah, that's *much* better!
Lucas Stadler 13 年 前
コミット
7d1b577228
共有1 個のファイルを変更した3 個の追加1 個の削除を含む
  1. 3 1
      .config/awesome/rc.lua

+ 3 - 1
.config/awesome/rc.lua

331
awful.rules.rules = {
331
awful.rules.rules = {
332
    -- All clients will match this rule.
332
    -- All clients will match this rule.
333
    { rule = { },
333
    { rule = { },
334
      properties = { border_width = beautiful.border_width,
334
      properties = { border_width = 3,--beautiful.border_width,
335
                     border_color = beautiful.border_normal,
335
                     border_color = beautiful.border_normal,
336
                     focus = true,
336
                     focus = true,
337
                     keys = clientkeys,
337
                     keys = clientkeys,
362
        end
362
        end
363
    end)
363
    end)
364
364
365
    c.size_hints_honor = false
366
365
    if not startup then
367
    if not startup then
366
        -- Set the windows at the slave,
368
        -- Set the windows at the slave,
367
        -- i.e. put it at the end of others instead of setting it master.
369
        -- i.e. put it at the end of others instead of setting it master.