Implement csd-filter-add and float-filter-add commands

This commit is contained in:
Leon Henrik Plickat
2020-07-16 19:45:45 +02:00
committed by Isaac Freund
parent 76da7e2b0d
commit a93c263502
5 changed files with 77 additions and 6 deletions

View File

@ -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"