dotfiles

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

commit dc8a94067b2861bb9d227e662ead55fe90b23961
parent 9c70ff36b0769c76264afd553686734d50238a6c
Author: pyratebeard <root@pyratebeard.net>
Date:   Thu,  5 Jan 2017 11:40:21 +0000

qpdfview/Qpdfview class to floating true

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 @@ -386,6 +386,10 @@ awful.rules.rules = { properties = { floating = true } }, { rule = { class = "gimp" }, properties = { floating = true } }, + { rule = { class = "qpdfview" }, + properties = { floating = true } }, + { rule = { class = "Qpdfview" }, + properties = { floating = true } }, { rule = { class = "sxiv" }, properties = { floating = true } }, { rule = { class = "Sxiv" },