dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 49cb8973d98130e3cd3e5b345284a2d673b2db87
parent 3f1e17b68e5c4f71673083d610d174541a9e30e9
Author: pyratebeard <root@pyratebeard.net>
Date:   Thu, 21 Sep 2017 10:22:36 +0100

set keepass windows to floating

Diffstat:
Mawesome/.config/awesome/rc.lua | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua @@ -399,6 +399,10 @@ awful.rules.rules = { properties = { floating = true } }, { rule = { class = "Gifview" }, properties = { floating = true } }, + { rule = { class = "keepass2" }, + properties = { floating = true } }, + { rule = { class = "KeePass2" }, + properties = { floating = true } }, -- Set Chrome to always map on tags number 2 of screen 1. -- { rule = { class = "Chrome" }, -- properties = { tag = tags[1][2] } },