dotfiles/.config/devilspie2/start.lua

9 lines
157 B
Lua
Raw Normal View History

2019-01-17 03:43:42 +00:00
if (get_application_name()=="Quod Libet") then
set_window_workspace(3)
maximize()
2019-01-17 03:43:42 +00:00
end
if (get_application_name()=="Steam") then
2019-04-21 04:34:52 +00:00
set_window_workspace(2)
2019-01-17 03:43:42 +00:00
end