Add conky script for dragon always on top

This commit is contained in:
Talia 2021-12-30 23:39:25 +01:00
parent d2f181ab0d
commit 7bd71d0a09
1 changed files with 3 additions and 0 deletions

3
devilspie2/dragon.lua Normal file
View File

@ -0,0 +1,3 @@
if get_application_name() == "dragon" then
make_always_on_top()
end