1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-19 16:39:00 +00:00
dotfiles/.config/devilspie2/start.lua

14 lines
257 B
Lua
Executable file

if (get_application_name()=="Quod Libet") then
set_window_workspace(3)
maximize()
end
if (get_application_name()=="Steam") then
set_window_workspace(2)
minimize()
end
if (get_window_name()=="Information") then
make_always_on_top()
end