diff options
author | McSinyx <vn.mcsinyx@gmail.com> | 2016-06-20 17:46:08 +0700 |
---|---|---|
committer | Raphael McSinyx <vn.mcsinyx@gmail.com> | 2016-11-20 16:44:09 +0700 |
commit | d37551fe23ecef7c5ff17201a27593bcaa371c53 (patch) | |
tree | 8db06d17ee151f1aead5e27983d6056bc70a8331 /awesome | |
parent | 282eee5492d23d0070bbd8ef812b726bc203529a (diff) | |
download | dotfiles-d37551fe23ecef7c5ff17201a27593bcaa371c53.tar.gz |
Update 20160620
Diffstat (limited to 'awesome')
-rw-r--r-- | awesome/.config/awesome/rc.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index 0eacf12..f88d3b1 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -636,6 +636,7 @@ awful.rules.rules = { --{rule = {class = "pinentry"}, properties = {floating = true}}, --{rule = {class = "gimp"}, properties = {floating = true}}, {rule = {class = "Gcolor2"}, properties = {floating = true}}, + {rule = {class = "flare"}, properties = {floating = true}}, {rule = {class = "Torbrowser-launcher"}, properties = {floating = true}}, {rule = {class = "Twf"}, properties = {floating = true}}, -- Set Firefox to always map on tags number 2 of screen 1. |