소스 검색

commented out titlebar code

home-manager
HMSheets 4 년 전
부모
커밋
c30c1f592c
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +4
    -4
      wm/awesome/rc.lua

+ 4
- 4
wm/awesome/rc.lua 파일 보기

@@ -509,11 +509,11 @@ awful.rules.rules = {
}, properties = { floating = true }},

-- @DOC_DIALOG_RULE@
-- Add titlebars to normal clients and dialogs
--[[ -- Add titlebars to normal clients and dialogs
{ rule_any = {type = { "normal", "dialog" }
-- @DOC_CSD_TITLEBARS@
}, properties = { titlebars_enabled = true }
},
}, ]]

-- Set Firefox to always map on the tag named "2" on screen 1.
-- { rule = { class = "Firefox" },
@@ -539,7 +539,7 @@ end)

-- @DOC_TITLEBARS@
-- Add a titlebar if titlebars_enabled is set to true in the rules.
client.connect_signal("request::titlebars", function(c)
--[[ client.connect_signal("request::titlebars", function(c)
-- buttons for the titlebar
local buttons = gears.table.join(
awful.button({ }, 1, function()
@@ -576,7 +576,7 @@ client.connect_signal("request::titlebars", function(c)
},
layout = wibox.layout.align.horizontal
}
end)
end) ]]

-- Enable sloppy focus, so that focus follows mouse.
--[[ client.connect_signal("mouse::enter", function(c)


불러오는 중...
취소
저장