aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-05-06 14:07:17 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-05-06 14:07:17 +0200
commit718ed279626667034de8ae138d926625b7c4472d (patch)
treec7a1960b25aef91e2625676407638af182922824 /.config
parentfea615ddb1fd35e27c2217d54c8874076eb9b735 (diff)
Remove titlebars from AwesomeWM
Diffstat (limited to '.config')
-rw-r--r--.config/awesome/rc.lua26
1 files changed, 14 insertions, 12 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index 91f4413..822121c 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -206,7 +206,9 @@ awful.screen.connect_for_each_screen(function(s)
mylauncher,
s.mytaglist,
},
- { layout = wibox.layout.fixed.horizontal },
+ {
+ layout = wibox.layout.fixed.horizontal
+ },
{ -- Right widgets
layout = wibox.layout.fixed.horizontal,
-- mykeyboardlayout,
@@ -475,17 +477,17 @@ awful.rules.rules = {
-- Add titlebars to normal clients and dialogs
- {
- rule_any = {
- type = {
- "normal",
- "dialog"
- }
- },
- properties = {
- titlebars_enabled = true
- }
- },
+ -- {
+ -- rule_any = {
+ -- type = {
+ -- "normal",
+ -- "dialog"
+ -- }
+ -- },
+ -- properties = {
+ -- titlebars_enabled = true
+ -- }
+ -- },
-- Application-specific rules