From 1142728615b1a8fe6fb72bd3259ffb9b2e4d1475 Mon Sep 17 00:00:00 2001 From: cuu Date: Wed, 17 Oct 2018 20:07:44 +0800 Subject: [PATCH] awesome config --- awesome/rc.lua | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/awesome/rc.lua b/awesome/rc.lua index 6645964..5854817 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -334,10 +334,7 @@ awful.rules.rules = { "pinentry", "veromix", "xtightvncviewer", - "xclock", - "run.py", - "gsnotify", - "gsnotify-arm" + "xclock" }, name = { @@ -352,7 +349,7 @@ awful.rules.rules = { { rule_any = {class = {"run.py","gsnotify","gsnotify-arm" }}, -- properties = { placement = awful.placement.centered,border_width=0 } - properties = { border_width=0 } + properties = { border_width=0,titlebars_enabled=false,floating=true } }, -- Set Firefox to always map on the tag named "2" on screen 1.