awesome config

This commit is contained in:
cuu 2018-10-17 20:07:44 +08:00
parent 55f7820e08
commit 1142728615

View File

@ -334,10 +334,7 @@ awful.rules.rules = {
"pinentry", "pinentry",
"veromix", "veromix",
"xtightvncviewer", "xtightvncviewer",
"xclock", "xclock"
"run.py",
"gsnotify",
"gsnotify-arm"
}, },
name = { name = {
@ -352,7 +349,7 @@ awful.rules.rules = {
{ rule_any = {class = {"run.py","gsnotify","gsnotify-arm" }}, { rule_any = {class = {"run.py","gsnotify","gsnotify-arm" }},
-- properties = { placement = awful.placement.centered,border_width=0 } -- 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. -- Set Firefox to always map on the tag named "2" on screen 1.