mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-02 12:54:39 +00:00
9 lines
157 B
Lua
Executable file
9 lines
157 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)
|
|
end
|