summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-11-09 10:12:01 +0100
committerAnton Khirnov <anton@khirnov.net>2020-11-09 10:12:01 +0100
commitc2e3f12ab20332ee9a565707cf4e9e7629426214 (patch)
tree5769e8c08a27e3ee46a8a39db7b2e2d1fc86b84a
parent6c05661d4ae0c67d8ee4c850d1fd0dbb7759f099 (diff)
rc: update client rules
Drop unused ones, replace mplayer with mpv.
-rw-r--r--rc.lua6
1 files changed, 1 insertions, 5 deletions
diff --git a/rc.lua b/rc.lua
index 797f634..2974027 100644
--- a/rc.lua
+++ b/rc.lua
@@ -141,11 +141,7 @@ awful.rules.rules = {
raise = true,
keys = clientkeys,
buttons = clientbuttons } },
- { rule = { class = "MPlayer" },
- properties = { floating = true } },
- { rule = { class = "pinentry" },
- properties = { floating = true } },
- { rule = { class = "gimp" },
+ { rule = { class = "mpv" },
properties = { floating = true } },
}
-- }}}