From a93c263502db5490f389cabb6033e03616a7e1d3 Mon Sep 17 00:00:00 2001 From: Leon Henrik Plickat Date: Thu, 16 Jul 2020 19:45:45 +0200 Subject: Implement csd-filter-add and float-filter-add commands --- contrib/config.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'contrib') diff --git a/contrib/config.sh b/contrib/config.sh index 3b8355c..6b2cd72 100755 --- a/contrib/config.sh +++ b/contrib/config.sh @@ -86,3 +86,11 @@ riverctl map passthrough $mod F11 enter-mode normal # Set the layout on startup riverctl layout rivertile left + +# Set app-ids of views which should float +riverctl float-filter-add "float" +riverctl float-filter-add "popup" + +# Set app-ids of views which should use client side decorations +riverctl csd-filter-add "gedit" + -- cgit v1.2.3