aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorLeon Henrik Plickat <leonhenrik.plickat@stud.uni-goettingen.de>2020-07-16 19:45:45 +0200
committerIsaac Freund <ifreund@ifreund.xyz>2020-07-16 21:24:08 +0200
commita93c263502db5490f389cabb6033e03616a7e1d3 (patch)
tree75e09d9e90aebdd5264ac5db5075f583e0eda2d6 /contrib
parent76da7e2b0d22ad41fe28e0b8cda82d58493393c2 (diff)
downloadriver-a93c263502db5490f389cabb6033e03616a7e1d3.tar.gz
river-a93c263502db5490f389cabb6033e03616a7e1d3.tar.xz
Implement csd-filter-add and float-filter-add commands
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/config.sh8
1 files changed, 8 insertions, 0 deletions
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"
+